-
Bug
-
Resolution: Fixed
-
Highest
-
8.4.0
-
- 4.1.2
- Level-A
- WCAG21
- a11y-277
- ax-A11y-251
- ax-a11y-887
- ax-at-user
- ax-bug
- ax-confluence-dc-2023-vpat
- ax-confluence-dc-vpat
- ax-confluence-dc-vpat-comments
- ax-confluence-dc-vpat-createanewpage-editor
- ax-confluence-dc-vpat-createeditpage
- ax-confluence-dc-vpat-pg07
- ax-confluence-dc-vpat-pg11
- ax-critical-priority
- ax-customer-escalated
- ax-esc-VA.gov
- ax-esc-arbeitsagentur.de
- ax-esc-atlassian
- ax-esc-itzbund
- ax-qa
- ax-qa-verified
-
Severity 3 - Minor
-
Issue Summary
Tabindex attribute defined inappropriately for button
Note: Similar issue is observed on "Create new page" for "Publish" button. Refer screenshot 2
Similar issue is observed on "View inline comments" for "Save" button. Refer screenshot 3
Steps to Reproduce
- Navigate to "Recent spaces"
- Navigate to the "Test" Page.
- Navigate to the "comment" section.
- Using a screen reader, navigate to the "save" button.
Screenshot no 1
Screenshot no 2
Screenshot no 3
Actual Results
The "Save" button inappropriately uses positive tabindex values. As a result, users of assistive technologies found it challenging to understand the functionality associated with this element.
Expected Results
Apply the following changes:
- Remove tabindex="101" from the <button> element in the page source.
Since this is the native element we recommend you to remove the tabindex attribute from the <button> element.
Workaround
Currently, there is no known workaround for this behaviour. 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
- is resolved by
-
CONFSERVER-79834 Blank page: Incorrect DOM order while editing the page
-
- Closed
-
Comments: Tabindex attribute defined inappropriately.
-
Bug
-
Resolution: Fixed
-
Highest
-
8.4.0
-
- 4.1.2
- Level-A
- WCAG21
- a11y-277
- ax-A11y-251
- ax-a11y-887
- ax-at-user
- ax-bug
- ax-confluence-dc-2023-vpat
- ax-confluence-dc-vpat
- ax-confluence-dc-vpat-comments
- ax-confluence-dc-vpat-createanewpage-editor
- ax-confluence-dc-vpat-createeditpage
- ax-confluence-dc-vpat-pg07
- ax-confluence-dc-vpat-pg11
- ax-critical-priority
- ax-customer-escalated
- ax-esc-VA.gov
- ax-esc-arbeitsagentur.de
- ax-esc-atlassian
- ax-esc-itzbund
- ax-qa
- ax-qa-verified
-
Severity 3 - Minor
-
Issue Summary
Tabindex attribute defined inappropriately for button
Note: Similar issue is observed on "Create new page" for "Publish" button. Refer screenshot 2
Similar issue is observed on "View inline comments" for "Save" button. Refer screenshot 3
Steps to Reproduce
- Navigate to "Recent spaces"
- Navigate to the "Test" Page.
- Navigate to the "comment" section.
- Using a screen reader, navigate to the "save" button.
Screenshot no 1
Screenshot no 2
Screenshot no 3
Actual Results
The "Save" button inappropriately uses positive tabindex values. As a result, users of assistive technologies found it challenging to understand the functionality associated with this element.
Expected Results
Apply the following changes:
- Remove tabindex="101" from the <button> element in the page source.
Since this is the native element we recommend you to remove the tabindex attribute from the <button> element.
Workaround
Currently, there is no known workaround for this behaviour. 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
- is resolved by
-
CONFSERVER-79834 Blank page: Incorrect DOM order while editing the page
-
- Closed
-