Skip to content

Open directories issues

Fixes #18018 (closed)


Now, the dialog shows up in the following form for dialogs which support opening direcories e.g File > Open. (note dialogs for actions like File > Load State remain unchanged.

image

Notice the disabled Navigate button. It's disabled since no file is selected.

When I select a file or a group of files or a group of directories, or multiple files or directories, the Navigate button stays disabled.

image

Now, if I select a single directory or type in a valid path manually, the Navigate button gets enabled.

image

Not only is the button enabled, but it's also marked as default (notice the slight highlighting difference). What that means, is that if the user hits the Enter key, that's the button that will be clicked. So, workflows where one clicks on a directory name and then hits the Enter key to browse to it, continues to work seamlessly.


Backport: release

Edited by Utkarsh Ayachit

Merge request reports