[Bug 10948] New: Photoshop CS2 menu z-order problem
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(a)winehq.org ReportedBy: dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Dan Kegel <dank(a)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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 --- Comment #2 from Dmitry Timoshkov <dmitry(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry(a)codeweavers.com Component|wine-misc |wine-user --- Comment #3 from Dmitry Timoshkov <dmitry(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 --- Comment #4 from Dan Kegel <dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 Stephen Gentle <stephen(a)stephengentle.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephen(a)stephengentle.com --- Comment #5 from Stephen Gentle <stephen(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-24 15:13:48 --- I think this is fixed now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 --- Comment #7 from Stephen Gentle <stephen(a)stephengentle.com> 2008-01-24 23:58:00 --- Fixed for me too in latest GIT -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:12:03 --- Closing all RESOLVED FIXED bugs older than 0.9.54. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 --- Comment #9 from Stephen Gentle <stephen(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-02-03 05:46:23 --- I think that belongs with bug 11431 now, I've copied your note there. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10948 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org