Closed Bug 1524564 Opened 5 years ago Closed 5 years ago

[Accessibility] arrowing among search results does not generate any accessibility events

Categories

(Firefox :: Address Bar, defect, P2)

defect

Tracking

()

RESOLVED FIXED
Firefox 67
Tracking Status
firefox67 --- fixed

People

(Reporter: MarcoZ, Assigned: dao)

References

Details

(Whiteboard: [fxsearch])

Attachments

(1 file)

STR (with NVDA):

  1. Enable quantumbar.
  2. Type in something into the address bar that will result in the popup being shown.
  3. Press Up and Down arrows.

Expected: I should hear the results.
Actual: Focus remains in the address bar, and only the newly replaced URL is read.

It doesn't seem related to bug 1520440, I guess you meant bug 1522440 :)

Blocks: 1522440
No longer blocks: 1520440
Priority: -- → P2
Whiteboard: [fxsearch]
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED

Marco, James, do you know if browser_test_focus_urlbar.js covers the functionality we're fixing here?

I'm trying to work out if we need an additional test for this (and what it should look like).

Flags: needinfo?(mzehe)
Flags: needinfo?(jteh)

In theory, it should. What we're trying to get at is that, when you type something, then press DownArrow, focus goes onto the first selected option. Accessibility focus, that is, the thing that gets set via aria-activedescendant. And that is definitely covered by tests. Likewise, if you hit left or right arrow, focus should go back to the edit box, e. g. aria-activedescendant should be removed. The tests cover prety thoroughly the cases we normally encounter when interacting with the keyboard. The new QuantumBar should behave in the same manner, e. g. emit the same accessibility events if possible.

So yes, this test is pretty thorough in what it covers. Right now, as in the latest Nightly with the fix for bug 1524561, it still behaves as before, e. g. up and down arrows simply speak the updated text in the edit box itself, not the actual result that has been selected.

Flags: needinfo?(mzehe)
Flags: needinfo?(jteh)

Thanks for the response. We'll get this patch landed.

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: