Bug 182500

Summary: Parent window getting closed instead of tool window
Product: [Plasma] kwin Reporter: leiz
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description leiz 2009-01-30 22:14:28 UTC
Version:            (using KDE 3.5.10)
OS:                Linux
Installed from:    Ubuntu Packages

This is a problem with only KDE 3.x, KDE 4.x works fine. Originally filed as a Wine bug. [1]

When running Wine with the test application from [2], I do the following:

1. start the test program from [2].
2. click on the button to bring up the tool window.
3. press alt+F4.

expected result: the tool window gets closed.
actual result: the parent window gets closed.

Wine developers said:

Looks like that's an intended behaviour for _NET_WM_WINDOW_TYPE_DIALOG type windows in many WMs. I'd suggest to file a bug/ask KDE developers about it.


[1] http://bugs.winehq.org/show_bug.cgi?id=12418
[2] http://bugs.winehq.org/attachment.cgi?id=10126
Comment 1 Thomas Lübking 2012-03-14 22:15:32 UTC
(In reply to comment #1)
> This is a problem with only KDE 3.x, KDE 4.x works fine. Originally filed as
> a Wine bug. [1]