Bug 96047

Summary: Debug toolwindow prevents focusing KDevelop using Xfwm4
Product: [Applications] kdevelop Reporter: Bernhard Walle <bernhard.walle>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: l.lunak
Priority: NOR    
Version: 3.1.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bernhard Walle 2004-12-30 22:58:28 UTC
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.
Comment 1 Andreas Pakulat 2007-11-30 20:48:09 UTC
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