Search result doesn't get a11y focus in logins list
Categories
(Firefox :: about:logins, defect, P2)
Tracking
()
People
(Reporter: Jamie, Assigned: jaws)
References
Details
(Keywords: access, Whiteboard: [passwords:management] [skyline][access-p1])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Spun off bug 1580859 comment 10.
STR (with the NVDA screen reader):
- Open about:logins.
- Create a new login with the address wxyz.com, username wxyz, password wxyz.
- Press control+r to refresh the page.
- In the logins search box, type: wxyz
- Tab to the logins list.
- Expected: NVDA should announce information about the item for wxyz.com.
- Actual: NVDA just says "Logins matching search query list"
- Note: if you interrogate with the console, aria-activedescendant is set, but it is set to a login item which has now been filtered out by the search and is thus hidden.
Note that this does not happen if the details for the affected login are being shown, hence the refresh in step 3.
Impact: This is confusing for the user, since it appears to them as if there are no search results. If there is only one search result, pressing down arrow will do nothing, which appears to confirm this incorrect understanding further. The user has to press up arrow and then down arrow to work around this.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
The accessibility team considers this a P1 defect because it breaks the search feature for screen reader users. Shipping this would be a regression for screen reader users who can successfully access and utilize search in the previous implementation.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Still happy to take this for beta 13 next Monday if we can land on m-c this week.
Comment 5•5 years ago
|
||
bugherder |
I have verified this issue on the latest Nightly (Build ID: 20191003214801) on Windows 7 x64 using the NVDA screen reader.
- After performing a search and focus the login list the "Logins matching search query list" is read than the first login from the list is correctly announced.
Assignee | ||
Comment 7•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 8•5 years ago
|
||
I have verified this issue on the Firefox Beta 70.0b13 (Build ID: 20191007220302) on Windows 10 x64 using the NVDA screen reader.
- After performing a search and focus the login list the "Logins matching search query list" is read than the first login from the list is correctly announced.
Description
•