-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Affects Version/s: 8.4.0
-
Component/s: Accessibility
-
Severity 3 - Minor
Issue Summary
In create page editor, a hidden link receives keyboard focus inappropriately.
Steps to Reproduce
- Navigate to Confluence.
- Click on "create" button.
- Navigate with screen reader & tab key through editor
- Observe that after help button a link button receives keyboard focus.
Actual Results
While navigating through create page editor, after "help?" Button some hidden link receives keyboard focus. When activated "also edited" is displayed. Additionally it doesn’t have accessible name.
This makes it difficult for users to understand the purpose of the element.
Screenshot
Expected Results
Any visually hidden elements should not receive keyboard focus. Ensure that the mentioned link does not receive keyboard focus when it is hidden.
Note: It seems like the element becomes visible when more than 5 users are editing the same page.
Since it behaves as a button code it as native <button> or provide role="button".
Also provide descriptive accessible to the button via aria-label="x other users are editing."
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is duplicated by
-
CONFSERVER-90777 Create new page : Off-screen interactive elements receive keyboard focus
-
- Closed
-