Closed
Bug 1138711
Opened 11 years ago
Closed 11 years ago
Fix search accessibility label
Categories
(Firefox for iOS :: Home screen, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bnicholson, Assigned: bnicholson)
Details
Attachments
(1 file)
Currently, the search accessibility label for engines is broken. The label is "%@ search for %@", where the first argument should correspond to the search engine name, and the second argument should correspond to the search query. Problem is, we don't update these labels every time the search query changes, so the query in the label is always blank ("<engine> search for ").
We could update the label every time the query changes, but an easier fix would be to just omit the query from the label altogether. Presumably, the user already knows what they're searching for by the time they go to these buttons.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8571625 -
Flags: review?(wjohnston)
Assignee | ||
Updated•11 years ago
|
Attachment #8571625 -
Flags: review?(wjohnston) → review?(nalexander)
Comment 2•11 years ago
|
||
Comment on attachment 8571625 [details] [review]
Pull request
Expedient. These are for the search list items, not the suggestion pills, right? So there is only one for each engine?
Attachment #8571625 -
Flags: review?(nalexander) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Yep, correct.
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•