https://bugs.winehq.org/show_bug.cgi?id=42724
Bug ID: 42724 Summary: Fix bugs about SHBrowseForFolder with BIF_BROWSEFORCOMPUTER flag which result in 'OK' button becomes gray all the way Product: Wine Version: 1.9.15 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: xuwenlong@deepin.com Distribution: ---
Created attachment 57705 --> https://bugs.winehq.org/attachment.cgi?id=57705 we think the function which PIDLIsType returns TRUE makes it not ENABLE
When I use SHBrowseForFolder with BIF_BROWSEFORCOMPUTER flag to browse folders to select a property folder to save a file,the 'OK' button is gray all the way.But this is not the same in Microsoft Windows.In Microsoft Windows,it becomes grey only when I choose a 'MyComputer' or 'Network folder'.
https://bugs.winehq.org/show_bug.cgi?id=42724
Wenlong Xu xuwenlong@deepin.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #57705|0 |1 is obsolete| |
--- Comment #1 from Wenlong Xu xuwenlong@deepin.com --- Created attachment 57725 --> https://bugs.winehq.org/attachment.cgi?id=57725 BIF_RETURNONLYFSDIRS is prior to BIF_BROWSEFORCOMPUTER
we think the problem is BIF_RETURNONLYFSDIRS is prior to BIF_BROWSEFORCOMPUTER,which we didn't take care before.
https://bugs.winehq.org/show_bug.cgi?id=42724
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- Created attachment 58147 --> https://bugs.winehq.org/attachment.cgi?id=58147 from patches-list
Maybe add the patch into staging?