-
-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happens?
When displaying a modal dialog (example "Save Changes") the main UI is blurred and the user presented with a subset of options (in this case several buttons). Using the keyboard (example: TAB) iteracts with the unfocused controls in the UI. The controls of the modal dialog are not interactive with the keyboard (beyond enter/return which in this example is SAVE)
What's expected?
Keyboard interaction is supported and restricted to the controls of the focused UI. Example repeatedly pressing TAB cycles only the buttons displayed in the dialog. The unfocused UI is not interactive.
Steps to reproduce
- create a new note and make some changes
- press ESCAPE to display the "Save Changes" dialog
- press TAB a few times or edit a text control
You will see the blurred controls receiving focus and they are interactive. In addition content can be edited.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working