From kdevelop-bugs Wed May 25 10:33:47 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Wed, 25 May 2005 10:33:47 +0000 To: kdevelop-bugs Subject: [Bug 106264] New: kdevelop hangs when switching between help tab and ui tab Message-Id: <20050525123305.106264.mail4ilia () gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306937207165 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=106264 Summary: kdevelop hangs when switching between help tab and ui tab Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: mail4ilia gmail com Version: 3.2.0 (using KDE 3.4.0, ALT Linux) Compiler: gcc version 3.4.3 20050314 (ALT Linux, build 3.4.3-alt6) OS: Linux (i686) release 2.6.11-std26-up-alt6 Steps to reproduce: 1. create new QT project 2. create new anyfile.ui QT dialog 3. open anyfile.ui for editing (designing) 4. click on the right pane "Documentation" and open any page (e.g. "QT Designer-3 and KDevelop-3"/Index). New help tab becomes active (probably should call it "documentation tab" or "html tab"). 5. switch to anyfile.ui tab. KDevelop hangs with "flicker" effect described also in bug #104614 : Kdevelop constantly switching between 2 tabs. Nothing interesting is seen in stdout/stderr of kdevelop. A kind of "workaround" I currently use: in the above example after p.1 open any sourse file (e.g. myfile.cpp). Now right before p.5 switch to myfile.cpp and only then to anyfile.ui. Now you can switch between help tab and ui tab without kdevelop hangup.