-
Bug
-
Resolution: Fixed
-
High
-
7.16.2
-
Severity 2 - Major
-
Issue Summary
The toolbar which becomes available when user activates "Edit" link is not accessible with keyboard keys.
Steps to Reproduce
- Navigate to "Spaces" button from header region and activate it.
- Navigate to any Space link which become available when user activates "Spaces" button from header region.
- Navigate to "Edit" link present in main content area. Observe that pages goes in Edit mode.
- Try to navigate to toolbar items with Tab key.
Actual Results
While navigating with keyboard tab key only, when user navigate to the toolbar options such as "Bold", "Italic", etc does not receive keyboard focus. It makes keyboard-only users difficult to access and interact with the toolbar options/items.
Expected Results
The toolbar should be coded with role="toolbar" appropriately. The keyboard-only users should be able to access and interact with the toolbar options with keyboard Tab or arrow keys.
Please refer this link for accessible toolbar -> https://www.w3.org/TR/wai-aria-practices/examples/toolbar/toolbar.html
Screenshot
Workaround
workaround
Bug Ref: 731859