-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New File dialog doesn't accept Enter for default #13582
Comments
@dhuebner FYI |
@profbbrown |
@profbbrown If you are using a browser app, then this is the standard behavior to preselect/focus the file tree and not the "accept" button in the file dialog. |
Thanks for the response. I appreciate the thought that went into the choices that were made. I expected Enter to work as the default because the Create File button was highlighted. In most other apps, a highlighted button will be the one that is "clicked" when Enter is pressed. Perhaps the answer is to not highlight the button so there's no confusion from a UX perspective. |
@JonasHelming @tsmaeder |
I think it's important here to distinguish between keyboard focus an the default button of a dialog. The default button is the one that is "highlighted", but the keyboard focus (at least on windows) is indicated by a dotted line. |
@tsmaeder
We could "catch" |
PR is created #14146 |
Bug Description:
This is in reference to new feature #13303 that was added in 1.48, in which the New File menu item now allows a filename to be entered.
After entering the filename, a dialog box is shown to prompt the user to select a folder in which to create the file. The dialog doesn't allow Enter (or Return) to be pressed to accept the default.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: