Version: 3.1.2 (using KDE KDE 3.3.2) Installed from: SuSE RPMs Compiler: gcc 3.3.4 OS: Linux With the KDevelop "Debug toolbar", the KDevelop main window cannot be focused, i.e. mouse actions are possible but it is not possible to enter text. With the KDE window manager, there's no problem. Complete description is here http://bugzilla.xfce.org/show_bug.cgi?id=619 The window manager developer said: ================================================================ Ok, it's what I thought, the floating window is a modal: _NET_WM_STATE(ATOM) = _NET_WM_STATE_MODAL, _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_ABOVE Therefore the focus remains on that window, that's the normal expected behaviour. ================================================================ No bug here. The fact taht "it works with KDE" might explain why that bug has not been detected before.
SVN commit 743372 by apaku: Don't make the debugger toolbar modal, its enough if its always on top. BUG:96047 M +1 -1 dbgtoolbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=743372