https://bugs.winehq.org/show_bug.cgi?id=37140
Bug ID: 37140 Summary: Photoshop CC 2014 Open and Save dialog missing features Product: Wine Version: 1.7.24 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jayleefaulkner@gmail.com
The Save dialog is missing all save options. Both the open and save dialogs have filetype dropdowns with missing scrollbars and are too small.
https://bugs.winehq.org/show_bug.cgi?id=37140
--- Comment #1 from Jay Faulkner jayleefaulkner@gmail.com --- Created attachment 49359 --> https://bugs.winehq.org/attachment.cgi?id=49359 windows 7 open dialog
https://bugs.winehq.org/show_bug.cgi?id=37140
--- Comment #2 from Jay Faulkner jayleefaulkner@gmail.com --- Created attachment 49360 --> https://bugs.winehq.org/attachment.cgi?id=49360 windows 7 save dialog
https://bugs.winehq.org/show_bug.cgi?id=37140
--- Comment #3 from Jay Faulkner jayleefaulkner@gmail.com --- Created attachment 49361 --> https://bugs.winehq.org/attachment.cgi?id=49361 wine open dialog
https://bugs.winehq.org/show_bug.cgi?id=37140
--- Comment #4 from Jay Faulkner jayleefaulkner@gmail.com --- Created attachment 49362 --> https://bugs.winehq.org/attachment.cgi?id=49362 wine save dialog
https://bugs.winehq.org/show_bug.cgi?id=37140
David Hedberg david.hedberg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |david.hedberg@gmail.com
--- Comment #5 from David Hedberg david.hedberg@gmail.com --- We need to support IFileDialogCustomize::StartVisualGroup() and ::EndVisualGroup() for the save dialog options to appear.
Just making these functions return S_OK instead of E_NOTIMPL in dlls/comdlg32/itemdlg.c is actually enough to make the options show up, but it's obviously not a proper fix and the options will not be grouped correctly.
I'll see if I can find some time to produce a better fix (unless someone else gets there before me).
https://bugs.winehq.org/show_bug.cgi?id=37140
--- Comment #6 from David Hedberg david.hedberg@gmail.com --- I've implented the two aforementioned functions and fixed a few other bugs, so the file dialog situation should be improved in wine 1.7.26.
https://bugs.winehq.org/show_bug.cgi?id=37140
--- Comment #7 from Jay Faulkner jayleefaulkner@gmail.com --- Created attachment 49504 --> https://bugs.winehq.org/attachment.cgi?id=49504 Wine 1.7.26 Adobe Photoshop CC 2014 save file dialog
Thank you! Confirmed fixed in Wine 1.7.26
https://bugs.winehq.org/show_bug.cgi?id=37140
Pekka Helenius fincer89@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=37140
Pekka Helenius fincer89@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|fincer89@hotmail.com |
https://bugs.winehq.org/show_bug.cgi?id=37140
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |aac6255d46ce99922779a2ba346 | |7f3a3188d3ac2 Status|UNCONFIRMED |RESOLVED CC| |fracting@gmail.com Resolution|--- |FIXED
--- Comment #8 from Qian Hong fracting@gmail.com --- Reported fixed by original reporter as #comment 7.
Thanks David Hedberg!
https://bugs.winehq.org/show_bug.cgi?id=37140
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.32.
https://bugs.winehq.org/show_bug.cgi?id=37140
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |comdlg32