Open
Bug 1961686
Opened 21 days ago
Updated 20 days ago
Update AccessibilityUtils isKeyboardFocusableBrowserToolbarButton function to handle Sidebar list items
Categories
(Firefox :: Disability Access, enhancement, P3)
Firefox
Disability Access
Tracking
()
ASSIGNED
People
(Reporter: nsharpley, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-sidebar])
Attachments
(1 file)
Bug 1961065 is the result of the history tab row having a tabindex of -1 and navigated by arrows rather than tabs. We should update the isKeyboardFocusableBrowserToolbarButton
helper to ensure we don't stumble across this in future tests.
Updated•21 days ago
|
Assignee | ||
Comment 1•20 days ago
|
||
Making sure the isKeyboardFocusableFxviewControlInApplication
is not failing when a listitem has tabindex="-1"
used to communicate the focusability of its children in slots.
Also, adding an error when there are no focusable elements found in a list.
Assignee | ||
Updated•20 days ago
|
Updated•20 days ago
|
Assignee: nobody → ayeddi
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•