-
Bug
-
Resolution: Fixed
-
Low
-
8.5.6, 9.2.0
-
- 4.1.2
- A11Y-35
- AXSR-228
- Accessibility
- Level-A
- ax-at-JAWS
- ax-at-NVDA
- 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-reuse
- ax-confluence-dc-selectmacro
- ax-confluence-dc-vpat
- ax-confluence-dc-vpat-createeditpage
- ax-confluence-dc-vpat-reuse
- ax-customer-escalated
- ax-esc-apple
- ax-high-priority
- ax-qa
- ax-qa-fixed
- ax-qa-verified
- ewt-ctb-improve-existing
- internal-kickoff
- viva-a11y-escalated-before-03-oct
-
Severity 3 - Minor
-
-
CtB - Improve Existing
Issue Summary
When user type in “Search” field, The search results are dynamically updates but not announced for the screen reader.users.
Steps to Reproduce
- Open the “Confluence version 8.5.6” home page.
- Navigate to the “Create” button and activate it.
- Observe that in the editor mode there is a “Insert Link” button to add link, activate it.
- Observe that “Insert link” modal dialog is observed.
- Navigate to the “Search” menuitem and activate it.
- Using screen reader activate the “Search” input field.
- Now type in the “search” input field and observe the suggestions are being updated dynamically.
- The mechanism is easy to understand visually but using screen reader the suggestion are not announced.
Screen Recording
Screen Recording 2024-04-01 at 2.34.51 PM (1).mov
Actual Results
When inserting a link from the editor toolbar -> “Insert More Content” -> “Link”, the search options are not announced for the screen reader users when user press up/down arrow keys to navigate.
This makes it difficult for screen reader users to understand the options.
Expected Results
When user type in the mentioned input fields the search results/Suggestions should announced for the screen reader users when user press up/down arrow keys.
We can achieve this by modifying it as editable combobox.
- Provide role combobox and other aria attributes to the input field.
- Provide role listbox to the list of options and associate them to this input field using appropriate aria attributes.
For more information on implementation, refer to the following link: !https://www.w3.org/favicon.ico!Editable Combobox With List Autocomplete Example
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available