Skip to content
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

(modal) dialogs: keyboard navigation #950

Open
marcusm7 opened this issue Oct 11, 2024 · 0 comments
Open

(modal) dialogs: keyboard navigation #950

marcusm7 opened this issue Oct 11, 2024 · 0 comments

Comments

@marcusm7
Copy link

marcusm7 commented Oct 11, 2024

  • As mentioned in Keyboard navigation is not confined to open modals #65: the tab leaves the dialog and walks through any element of the table.
  • There should be a way to navigate from one element (text field, radio button,...) to the next in any dialog. I.e. by means of the cursor keys or a sane tab-cycle (which then cycles through all elements of the dialog in order).
    In the create event dialog, this works really nice in the dialog's tab-bar and partially in the source-dialog, but i.e. not in the metadata - I can't reach series or presenter by means of the keyboard.
  • ESC: Hitting Esc loses all the entered data without a chance to overthink your decision. Although I know this... behaviour, I accidentally close the dialog from time to time. The decision to do it this way is not at all common in other web-UIs. A hint like "Esc again to omit all entered data" or so would be great.

related issues: #607 #65

All tested with:
$ firefox --version
Mozilla Firefox 131.0.2

@marcusm7 marcusm7 changed the title dialog: keyboard navigation (modal) dialogs: keyboard navigation Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant