http://bugs.winehq.org/show_bug.cgi?id=10948
Summary: Photoshop CS2 menu z-order problem Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To reproduce: - install and start photoshop cs2 (I used the trial) - File / New to start a new image - select a brush if needed - click on color picker to change colors - observe that menus (e.g. Filters) now pop up *under* the image window instead of *over* like they should
This could be quite an annoying bug.
Observed in both 0.9.50 and 0.9.52 (haven't tried any others). Does not affect Photoshop 7 or CS, only CS2.
http://bugs.winehq.org/show_bug.cgi?id=10948
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #1 from Dan Kegel dank@kegel.com 2007-12-30 09:46:42 --- A comment in the appdb for cs3 beta says that the menu z-order problem happens there, too, and is a regression, as it wasn't happening there in 0.9.46. Adding keyword (though I didn't verify).
http://bugs.winehq.org/show_bug.cgi?id=10948
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2007-12-31 03:06:18 --- The problem is that Photoshop CS2 (I didn't check CS) now creates its image windows with WS_POPUP style and parent set to PS main window. For instance Photoshop 6 creates image windows with WS_CHILD,WS_EX_MDICHILD styles and MDICLIENT parent (i.e. a proper MDI child window).
The consequences for CS2 are the activation/z-order problems (observed with menus for instance), and inability for Photoshop to properly emulate min/max/ restore actions for image windows.
So, this is not really a regression, but rather a change on Photoshop side.
http://bugs.winehq.org/show_bug.cgi?id=10948
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@codeweavers.com Component|wine-misc |wine-user
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2007-12-31 03:17:10 --- Just checked with Photoshop CS. It creates a proper MDI child image window with WS_CHILD/WS_EX_MDICHILD styles set and MDICLIENT parent.
So yes, this behaviour is new in Photoshop CS2, and caused by the code change in Photoshop.
http://bugs.winehq.org/show_bug.cgi?id=10948
--- Comment #4 from Dan Kegel dank@kegel.com 2007-12-31 09:58:28 --- I would remove the regression keyword, but first I want to check to see if the menus didn't have this problem in wine-0.9.46.
http://bugs.winehq.org/show_bug.cgi?id=10948
Stephen Gentle stephen@stephengentle.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stephen@stephengentle.com
--- Comment #5 from Stephen Gentle stephen@stephengentle.com 2008-01-23 07:05:44 --- I think this is a regression - I noticed just today that the File menu was being drawn under the tool palette, and I don't remember this happening before.
http://bugs.winehq.org/show_bug.cgi?id=10948
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Dan Kegel dank@kegel.com 2008-01-24 15:13:48 --- I think this is fixed now.
http://bugs.winehq.org/show_bug.cgi?id=10948
--- Comment #7 from Stephen Gentle stephen@stephengentle.com 2008-01-24 23:58:00 --- Fixed for me too in latest GIT
http://bugs.winehq.org/show_bug.cgi?id=10948
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Dan Kegel dank@kegel.com 2008-01-28 06:12:03 --- Closing all RESOLVED FIXED bugs older than 0.9.54.
http://bugs.winehq.org/show_bug.cgi?id=10948
--- Comment #9 from Stephen Gentle stephen@stephengentle.com 2008-02-03 05:06:52 --- I'm actually getting another bug now - I was trying to close an image, and it turned out that the 'This document is unsaved...' dialog was actually under it, when it should have popped up on top.
http://bugs.winehq.org/show_bug.cgi?id=10948
--- Comment #10 from Dan Kegel dank@kegel.com 2008-02-03 05:46:23 --- I think that belongs with bug 11431 now, I've copied your note there.
http://bugs.winehq.org/show_bug.cgi?id=10948
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified