http://bugs.winehq.org/show_bug.cgi?id=11679
Summary: BW Styler Plugin for Photoshop CS2 ugly cosmetic problem Product: Wine Version: 0.9.55. Platform: Other URL: http://http://thepluginshop.com/products/download/BWStyl erDemo.exe OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Reported by Kyle G. at http://www.adobeforums.com/webx?14@@.3c05a212/14 The BW Styler Plugin has a cosmetic problem; the word 'more' should be displayed to the right of a bunch of pulldowns, but is displayed instead on top of them.
To repeat: install both Photoshop CS2 trial and BW Styler Demo as follows:
rm -rf ~/.wine sh winetricks -q vcrun6 corefonts cd installers/Photoshop\ CS2/ wine Setup.exe cd - wine BWStylerDemo.exe
Then start photoshop, create a blank image, and select the plugin with Filter / Photo Wiz / BW Styler. You should see the problem as soon as the filter's main dialog comes up. I'll attach 'good' and 'bad' screenshots (from Kyle G, but I see it too).
http://bugs.winehq.org/show_bug.cgi?id=11679
--- Comment #1 from Dan Kegel dank@kegel.com 2008-02-22 00:46:23 --- Created an attachment (id=10891) --> (http://bugs.winehq.org/attachment.cgi?id=10891) Screenshot under Windows (ok)
http://bugs.winehq.org/show_bug.cgi?id=11679
--- Comment #2 from Dan Kegel dank@kegel.com 2008-02-22 00:46:53 --- Created an attachment (id=10892) --> (http://bugs.winehq.org/attachment.cgi?id=10892) Screenshot under Wine (not ok)
http://bugs.winehq.org/show_bug.cgi?id=11679
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://http://thepluginshop.%7Chttp://thepluginshop.com/pro |com/products/download/BWStyl|ducts/download/BWStylerDemo. |erDemo.exe |exe
http://bugs.winehq.org/show_bug.cgi?id=11679
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=11679
kyle ardklg@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ardklg@yahoo.com
--- Comment #3 from kyle ardklg@yahoo.com 2008-02-23 06:52:27 --- Actually, I'm using Photoshop CS, so it looks like the same issue happens with both CS and CS2.
http://bugs.winehq.org/show_bug.cgi?id=11679
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BW Styler Plugin for |BW Styler Plugin for |Photoshop CS2 ugly cosmetic |Photoshop CS/CS2 ugly |problem |cosmetic problem
http://bugs.winehq.org/show_bug.cgi?id=11679
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BW Styler Plugin for |BW Styler Plugin for Adobe |Photoshop CS/CS2 ugly |Photoshop CS/CS2 ugly |cosmetic problem |cosmetic problem
http://bugs.winehq.org/show_bug.cgi?id=11679
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-05 20:35:26 --- The pluging calls user32.MapDialogRect to calculate the point where to draw the text, and that seems to return wrong coordinate. It's not clear though why.
http://bugs.winehq.org/show_bug.cgi?id=11679
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-04-17 16:39:04 --- The bug is that WS_EX_RIGHT wasn't implemented. It's fixed now.
http://bugs.winehq.org/show_bug.cgi?id=11679
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-04-18 11:04:04 --- Closing bugs reported fixed in 0.9.60.
http://bugs.winehq.org/show_bug.cgi?id=11679
--- Comment #7 from Dan Kegel dank@kegel.com 2008-04-20 02:15:37 --- Yes, fixed nicely, thanks. (The plugin installer has a z-order problem, but that's a different bug. Who knows, maybe it's the same as bug 12234 or bug 12127...)