-
Notifications
You must be signed in to change notification settings - Fork 459
Closed
Labels
Description
Bug Report
Problematic behavior
The "Remove Document" modal could not be opened via keyboard, and had no focus trap:
- Users pressing Enter had no effect
- Focus would escape the modal content
Expected behavior/code
- Pressing Enter on the appropriate trigger opens the modal
- Focus is trapped inside the modal
- ESC or cancel properly closes it
Steps to Reproduce
- Navigate to the remove button using Tab
- Press Enter — nothing happens
- If opened manually, try tabbing — focus escapes modal
Possible Solution
- Add a focus trap inside the modal
- Add keyboard handler with Enter/Space support
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done