Bug 96047 - Debug toolwindow prevents focusing KDevelop using Xfwm4
Summary: Debug toolwindow prevents focusing KDevelop using Xfwm4
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.1.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-30 22:58 UTC by Bernhard Walle
Modified: 2007-11-30 20:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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