-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict tab focus to within modal dialogues when open (fixes #1070 and
#1072) (#1163) * Issues #1070 and #1072 Restrict tab focus to within modal dialogue elements when model-dialogue is open - Add key listener override on Dialogue.ts which is the base class for most Dialogues - Added code to do the same thing for the React Dowload Dialogue * Amendments to Issues #1070 and #1072 Restrict tab focus to within modal dialogue elements when model-dialogue is open - Changed the way in which the DownloadDialogue.tsx establishes the first element to give focus to on load - Extracted the focusable elements logic to use for the above - Removed added whitespace from Dialogue.ts --------- Co-authored-by: thatton <[email protected]>
- Loading branch information
Showing
2 changed files
with
82 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters