https://bugs.winehq.org/show_bug.cgi?id=51855
Bug ID: 51855 Summary: Implementation for IFileDialog missing controls Product: Wine Version: 6.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: bens7372@gmail.com Distribution: ---
Created attachment 70760 --> https://bugs.winehq.org/attachment.cgi?id=70760 Outlined top parts of the file dialog comparing Win10 and Wine dialog
The Common File Dialog is missing a few controls namely: - Up button - Address bar with refresh button and drop down button - The search box
Please see the attached image of the Common File Dialog on Windows 10.
https://bugs.winehq.org/show_bug.cgi?id=51855
--- Comment #1 from Ben Cottrell bens7372@gmail.com --- Created attachment 70761 --> https://bugs.winehq.org/attachment.cgi?id=70761 Test program source code, using the Common File Dialog API. To be compiled with MSVC
https://bugs.winehq.org/show_bug.cgi?id=51855
Ben Cottrell bens7372@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #70760|0 |1 is obsolete| |
--- Comment #2 from Ben Cottrell bens7372@gmail.com --- Created attachment 70762 --> https://bugs.winehq.org/attachment.cgi?id=70762 Controls missing from Open File Dialog in Windows 10
https://bugs.winehq.org/show_bug.cgi?id=51855
--- Comment #3 from Ben Cottrell bens7372@gmail.com --- In dlls/comdlg32/itemdlg.c, in line 3366 in IExplorerBrowserEvents_fnOnNavigationComplete, I tried adding IShellItem_GetDisplayName for This->psi_folder, but it creates a garbage string.
I think each tree view item in the explorer browser control has lParam set to an IShellItem, but not sure if its being passed between calls.
https://bugs.winehq.org/show_bug.cgi?id=51855
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
https://bugs.winehq.org/show_bug.cgi?id=51855
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Summary|Implementation for |Common item dialog is |IFileDialog missing |missing search box |controls |
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- We have bug 54812 for the missing "up" button and bug 50338 for the missing folder path box, so let's make this one just about the search box.