http://bugs.winehq.org/show_bug.cgi?id=29912
Bug #: 29912 Summary: No parent button in file selection dialog Product: Wine Version: 1.4-rc1 Platform: x86-64 URL: http://www.winuae.net/files/InstallWinUAE2330.exe OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk Classification: Unclassified
In some types of file selection dialog, there is no parent button. The equivalent dialog in Windows XP does have a parent button, which makes navigating the directory tree much easier.
If the program opens a selection dialog positioned in a subdirectory, to navigate to the parent you need to use the treeview on the left side to navigate down the directory hierarchy instead.
I noticed this while testing WinUAE, but presumably any program which uses the same type of dialog will be similar. - Download and run the WinUAE installer. Check the box to run the program at the end. - When the WinUAE Properties window appears, click ROM in the treeview then click one of the "..." buttons to show a file selection dialog. There is no parent button in the dialog. (There is also no indication of where in the directory tree the current view is.)
http://bugs.winehq.org/show_bug.cgi?id=29912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=29912
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? Severity|enhancement |trivial
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=29912
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- Maybe related lines
fixme:shell:ViewModeToListStyle ViewMode 0 not implemented fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x15ae58 (2, 1026, a003, 0, 0x3b788dc)
Looks valid to me 1.9.1
https://bugs.winehq.org/show_bug.cgi?id=29912
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shefben@gmail.com
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- *** Bug 52402 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=29912
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- Created attachment 71666 --> https://bugs.winehq.org/attachment.cgi?id=71666 Testcase
Adding testcase
https://bugs.winehq.org/show_bug.cgi?id=29912
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comdlg32 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 URL|http://www.winuae.net/files |https://web.archive.org/web |/InstallWinUAE2330.exe |/20160716093314if_/http://d | |ownload.abime.net/winuae/fi | |les/InstallWinUAE2330.exe
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Confirming.
https://bugs.winehq.org/show_bug.cgi?id=29912
--- Comment #6 from Ben Shefte shefben@gmail.com --- Does Anyone Know anything about this? IDA does uses the same 'select file' dialog.
Why isnt that dialog the same as the normal save/open file dialog?
Is comdlg the correct dll to investigate? Is there a purpose to having 2 different dialogs?
https://bugs.winehq.org/show_bug.cgi?id=29912
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- There are two kinds of dialogs, older one has such navigation, newer one doesn't.
https://bugs.winehq.org/show_bug.cgi?id=29912
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? |source
https://bugs.winehq.org/show_bug.cgi?id=29912
--- Comment #8 from Ben Shefte shefben@gmail.com --- Since Wine 7.0 I noticed IDA and IDA64 both have the normal open dialog.
so for me the issue has been fixed