Closed
Bug 1570482
Opened 6 years ago
Closed 6 years ago
Missing state-changed events when selected search engine changed via arrow keys in Nightly address bar
Categories
(Firefox :: Disability Access, defect)
Firefox
Disability Access
Tracking
()
RESOLVED
DUPLICATE
of bug 1567384
People
(Reporter: jdiggs, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
277 bytes,
text/x-python
|
Details |
Steps to reproduce:
- Launch Firefox Nightly and the attached accessible-event listener
- In the address bar, begin typing some text to trigger a popup appearing (e.g. "foo")
- When the pop-up with suggestions appears, Down Arrow to the bottom of the list, landing on the horizontal row of search engines. Or if you prefer, just up arrow one time to settings and then left arrow to the search engines).
- Arrow left and right (i.e. amongst Google, Amazon, Bing, DuckDuckGo, Ebay, etc., etc.)
Expected results: Each time a new search engine icon became highlighted/selected, the listener would print out an accessible state-changed event.
Actual results: Each time a new search engine icon became highlighted/selected, the listener does not print out an accessible state-changed event.
Impact: The focused/selected item is being changed as a result of pressing Left/Right, but assistive technologies are not being notified. Thus they cannot notify users where they are.
Notice also that as you up and down arrow amongst the suggestions in the popup, events ARE emitted. It's just the search engine choices which seem to be silent.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•