-
Bug
-
Resolution: Done
-
Low
-
8.4.0, 9.2.0
-
- 4.1.2
- Level-A
- WCAG21
- a11y-277
- ax-at-user
- ax-bug
- ax-confluence-2024-vpat-create/editpage
- ax-confluence-dc-2023-vpat
- ax-confluence-dc-2024-vpat
- ax-confluence-dc-2024-vpat-dashboard
- ax-confluence-dc-2024-vpat-reuse
- ax-confluence-dc-2024-vpat-viewpage
- ax-confluence-dc-vpat
- ax-confluence-dc-vpat-comments
- ax-confluence-dc-vpat-dashboard
- ax-confluence-dc-vpat-pg02
- ax-confluence-dc-vpat-pg06
- ax-confluence-dc-vpat-pg10
- ax-confluence-dc-vpat-pg11
- ax-confluence-dc-vpat-reuse
- ax-confluence-dc-vpat-viewpage
- ax-customer-escalated
- ax-esc-itzbund
- ax-high-priority
- ax-kb-user
- ax-qa
- ax-qa-fixed
- ax-qa-verified
- ewt-ctb-improve-existing
- internal-kickoff
- viva-a11y-escalated-before-03-oct
-
1
-
Severity 3 - Minor
-
-
CtB - Improve Existing
Issue Summary
On the “View page", non-modal dialog becomes available when the user mouse hovers over "Admin Admin" is inaccessible.
Steps to Reproduce
- Open any space from the confluence
- navigate to the side navigation & activate any page.
- Navigate to the comment section
- Navigate to the mentioned "user icon" link
- Navigate to the mentioned tooltip content using keyboard.
- Turn on the screen reader and observe that tooltip content is not accessible.
Screenshot

Actual Results
On the "View page " page, the non-modal dialog that becomes available when the user mouse hovers over “user icon” is not accessible. These non-modal dialogs are coded inappropriately which makes functionality inaccessible for keyboard-only and screen reader users.
Expected Results
The mentioned dialog should be accessible for keyboard-only and screen reader users.
Make the dialog accessible by performing the following steps:
- Ensure that both elements are accessible for all users, including those using screen readers and keyboard navigation.
- Implement the profile icon as a button that triggers a profile card popup; this can be achieved by adding role=”button”
- Add role="dialog" and "aria-labelledby" attribute to the <div> element containing the modal dialog heading/title for text “User name”.
- Specify the "id" attribute with a unique value to the element containing the heading text i.e “User name” and reference it via the "aria-labelledby" attribute.
For information on creating accessible non-modal dialog refer Non Modal Dialogs
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
Environment
MacBook Pro (16-inch, 2019)
macOs Ventura 13.3.1
Chrome - Version 113.0.5672.63 (Official Build) (x86_64)
Firefox- Version 92.0 (64-bit)
Safari- Version 16.4 (18615.1.26.110.1)
JAWS- Version 2022
NVDA- Version 2021.2
Voiceover - Version Latest
- causes
-
CONFSERVER-100096 Resolved inline comment avatar focus ring is bigger than the avatar
-
- Closed
-
- is blocked by
-
CONFSERVER-90257 Dashboard | All popular: Non-modal dialogs are inaccessible for both keyboard only and screen reader users
-
- Closed
-
- was cloned as
-
CONFSERVER-99463 Inline Comment: Non-modal dialogs are inaccessible for both keyboard only and screen reader users
-
- Closed
-