http://bugs.winehq.org/show_bug.cgi?id=33023
Bug #: 33023 Summary: Steam Client Window: one pull down menu is opened underneath main window Product: Wine Version: 20050930 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: robert_mt_walker@yahoo.co.uk Classification: Unclassified
Created attachment 43644 --> http://bugs.winehq.org/attachment.cgi?id=43644 Pull-down menu - incorrectly popped underneath main Steam client GUI
Using Arch (64-bit) + KDE 4.10. Syswow64 Wineprefix. This behaviour was observed and reported by user Zeb in the comments on the AppDB page for Steam. As one of the maintainers of the Steam client I chose to investigate further (since I could replicate the problem he reported).
In the stable release of Wine (1.4.1). The pull-down menu to select between Tools, All Games, etc. is correctly popped up over the main Steam Client window.
In the current Git master (as above). This pull-down menu is popped underneath the Steam Client window. This behaviour is best seen in the Small Mode (View menu). The menu is popped under the main window and can be seen sticking out from underneath. I can click on the visible edge of the menu to give it focus.
See screenshots for clarification.
I performed a Git bisection between Wine 1.4 and the Wine Git master:
ea07c310ecfee6b301e7af8413760eb446e6f184 is the first bad commit commit ea07c310ecfee6b301e7af8413760eb446e6f184 Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 4 13:34:15 2012 +0200
Bob
http://bugs.winehq.org/show_bug.cgi?id=33023
--- Comment #1 from Robert Walker robert_mt_walker@yahoo.co.uk 2013-02-19 17:10:56 CST --- Created attachment 43645 --> http://bugs.winehq.org/attachment.cgi?id=43645 Pull-down menu - able to capture focus/bring to front by clicking on visible edge
http://bugs.winehq.org/show_bug.cgi?id=33023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Version|20050930 |1.5.24 Regression SHA1| |ea07c310ecfee6b301e7af84137 | |60eb446e6f184
http://bugs.winehq.org/show_bug.cgi?id=33023
Robert Walker robert_mt_walker@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Robert Walker robert_mt_walker@yahoo.co.uk 2013-04-09 18:52:58 CDT --- I did some further checking today. The problem I was experiencing was due to the default "Focus Stealing" prevention KDE assigns to Windows ("Low").
By creating a Window rule, with a regex match against all Wine-class windows, and assigning a "Focus Stealing" prevention of "None" to these specific windows only. The problem with the pop-up window (poping under the main Steam window) was thereby resolved...
http://bugs.winehq.org/show_bug.cgi?id=33023
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #3 from André H. nerv@dawncrow.de 2013-04-13 16:27:01 CDT --- closing