http://bugs.winehq.org/show_bug.cgi?id=10658
Summary: dropdown menus don't show when clicking on them Product: Wine Version: 0.9.50. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: benjamin.dev@schallar.com
Since wine 0.9.49 drop down menus no longer show their menu list when clicking on the triangle of the drop down menu. (I think last time it worked was with wine 0.9.48, but I didn't test that yet.)
This is happening on Debian Lenny/Testing with linux 2.6.23 on i686 with X.org 7.2 without compiz/beryl installed at all in the win32 app foobar2000 version 0.9.4.4.
Currently my workaround is using the up/down keys to select items in the drop down menu, however I would of course be very grateful if someone found the regression causing this functionality to stop working.
PS: I'm not sure about which component this concerns, but AFAIK foobar2000 only uses standard MFC controls..
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #1 from Austin English austinenglish@gmail.com 2007-12-03 11:45:03 --- Please run a regression test:
http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=10658
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.foobar2000.org/ Keywords| |download
--- Comment #2 from Lei Zhang thestig@google.com 2007-12-03 11:59:29 --- I tried Wine 0.9.50 with foobar2000 0.9.4.4 and the Order dropdown on the toolbar works for me.
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #3 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-03 14:29:12 --- Sorry for my inprecision, this seems to only concern dropdown menus in a child windows:
E.g. try the "Edit" menu -> "Sort" -> "Sort by ...": the dropdown there doesn't work. Another possible example within foobar would be any dropdown menu in the Masstagger (contextmenu of any audio file in a playlist -> "Tagging" -> "Manage Scripts" -> e.g. the scripts dropdown menu.)
Currently I don't have the computing and space resources on my notebook to do regression testing, sorry. But as soon as I can, I'll try. Thanks! :)
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #4 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-03 14:31:45 --- (Small clarification: "dropdown menus in a child windows" should read "dropdown menu in a child window.")
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #5 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-03 16:09:40 --- Tested: works on wine 0.9.48.
I'll do regression testing ASAP (which will be around the weekend, judging by my current schedule.)
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #6 from Lei Zhang thestig@google.com 2007-12-03 17:55:06 --- The "Edit" menu -> "Sort" -> "Sort by ..." drop down works for me as well.
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #7 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-04 01:58:37 --- (In reply to comment #6)
The "Edit" menu -> "Sort" -> "Sort by ..." drop down works for me as well.
The dropdown menu in the new dialogue / child window of "Sort by ..."?
That's interesting... *wondering*
I'll do a git checkout and write a rebuild script to do the regression testing sooner than I thought I would, I guess. This is really starting to make me wonder what the root cause of this is.
http://bugs.winehq.org/show_bug.cgi?id=10658
Benjamin Schallar benjamin.dev@schallar.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.dev@schallar.com
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #8 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-25 15:57:45 --- (In reply to comment #7)
(In reply to comment #6)
The "Edit" menu -> "Sort" -> "Sort by ..." drop down works for me as well.
The dropdown menu in the new dialogue / child window of "Sort by ..."?
That's interesting... *wondering*
I'll do a git checkout and write a rebuild script to do the regression testing sooner than I thought I would, I guess. This is really starting to make me wonder what the root cause of this is.
FYI I'll start regression testing tomorrow; just to let you know this is still not working (for me) with wine 0.9.51.
http://bugs.winehq.org/show_bug.cgi?id=10658
Benjamin Schallar benjamin.dev@schallar.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-comctl32 |wine-user Version|0.9.50. |0.9.49.
--- Comment #9 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-26 18:07:11 --- $ git bisect bad c183a9e6e7809ef39874d1c01778af31173d0e82 is first bad commit commit c183a9e6e7809ef39874d1c01778af31173d0e82 Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 31 18:12:56 2007 +0100
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
:040000 040000 1a21522356184dddd69c4a9847b23dc6bb69b82d 2088b5cd80a6db2754f6126eb9b219d7f590144f M dlls :040000 040000 bf605e24933452c319db5d462b1d1cb53735bd76 ab771fd193a719dc077861e14b5a0c77b559c141 M server
--
it has a few changes, especially
dlls/user32/winpos.c | 22 +++++-- server/window.c | 162 ++++++++++++++++++++++++++++++++++---------------- 2 files changed, 126 insertions(+), 58 deletions(-)
*sigh*
I'll try fiddling around with it until I find the line(s) causing the problem. :)
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #10 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-26 18:14:21 --- Created an attachment (id=9814) --> (http://bugs.winehq.org/attachment.cgi?id=9814) git bisect logfile
http://bugs.winehq.org/show_bug.cgi?id=10658
Benjamin Schallar benjamin.dev@schallar.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
http://bugs.winehq.org/show_bug.cgi?id=10658
--- Comment #11 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-26 19:10:29 --- Created an attachment (id=9817) --> (http://bugs.winehq.org/attachment.cgi?id=9817) dropdown menu is drawn behind the subwindow
It seems like the dropdown menu is drawn, but it's not just not on top but behind even the main window.
http://bugs.winehq.org/show_bug.cgi?id=10658
Benjamin Schallar benjamin.dev@schallar.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #12 from Benjamin Schallar benjamin.dev@schallar.com 2008-01-03 04:45:08 --- I'm unable to reproduce this bug with a clean install, sadly.
And I lost the configuration causing the bug, so I can't be of any more assistance. Closing as "abandoned", sorry. :-/
http://bugs.winehq.org/show_bug.cgi?id=10658
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from James Hawkins truiken@gmail.com 2008-01-07 03:15:27 --- Closing abandoned.