Closed
Bug 906711
Opened 11 years ago
Closed 11 years ago
Search buttons don't indicate the search engine
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: maxli, Assigned: maxli)
References
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
5.59 KB,
patch
|
lucasr
:
review+
|
Details | Diff | Splinter Review |
(This isn't Fig specific, but I'm marking it as blocking the meta bug because it seems to be the same area of code; feel free to change if I shouldn't have done this.)
I noticed that the search buttons for the search suggestions on the awesomescreen don't indicate the search provider when using a screen reader, so you end up with several indistinguishable buttons labelled only with the search query. (And you can't even land on the icons to tell what the search provider is.)
Updated•11 years ago
|
OS: All → Android
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → maxli
Attachment #794117 -
Flags: review?(lucasr.at.mozilla)
Comment 2•11 years ago
|
||
Comment on attachment 794117 [details] [diff] [review]
Patch
Review of attachment 794117 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/home/SearchEngineRow.java
@@ +155,4 @@
> }
>
> public void setSearchTerm(String searchTerm) {
> mUserEnteredTextView.setText(searchTerm);
nit: add empty line here.
@@ +188,5 @@
> // Add additional suggestions given by this engine
> final int recycledSuggestionCount = mSuggestionView.getChildCount();
> final int suggestionCount = mSearchEngine.suggestions.size();
>
> for (int i = 0; i < suggestionCount; i++) {
Shouldn't you do the same on all suggestions here?
Comment 3•11 years ago
|
||
Comment on attachment 794117 [details] [diff] [review]
Patch
Review of attachment 794117 [details] [diff] [review]:
-----------------------------------------------------------------
Just setting r- to send proper notification.
Attachment #794117 -
Flags: review?(lucasr.at.mozilla) → review-
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #2)
> Shouldn't you do the same on all suggestions here?
I do that in setSuggestionOnView, I can move it down directly into the for loop if you want.
Attachment #794117 -
Attachment is obsolete: true
Attachment #794674 -
Flags: review?(lucasr.at.mozilla)
Updated•11 years ago
|
Attachment #794674 -
Flags: review?(lucasr.at.mozilla) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•