Closed
Bug 856657
Opened 11 years ago
Closed 11 years ago
Go/Search icons in URL bar and keyboard can get out of sync
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: jchen, Assigned: jchen)
Details
(Keywords: reproducible)
Attachments
(1 file, 1 obsolete file)
2.34 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
For example, the URL bar could display Search icon while the keyboard displays Go icon.
Comment 1•11 years ago
|
||
STR i) Enter 'mozilla ' (mag glass) ii) Hit backspace 'mozilla' (mag glass; should be arrow -> keyboard has 'Go') -- Nightly (04/01), Nexus 4 (Android 4.2.2)
Keywords: reproducible
Assignee | ||
Comment 2•11 years ago
|
||
The keyboard's go/search icon changes when we reset the input; we should change the button at that time as well for consistency.
Attachment #735314 -
Flags: review?(cpeterson)
Comment 3•11 years ago
|
||
Comment on attachment 735314 [details] [diff] [review] Change Go button at the same time as resetting input (v1) Review of attachment 735314 [details] [diff] [review]: ----------------------------------------------------------------- LGTM! This fix looks like a good candidate for a UI polish bug that could be uplifted to Aurora. We're still early in this release cycle. ::: mobile/android/base/AwesomeBar.java @@ +367,2 @@ > } > } Can we consolidate the duplicated restartInput/setImageResource/setContentDescription code to the end of the method using a "restartInput" (or whatever) local boolean variable?
Attachment #735314 -
Flags: review?(cpeterson) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Deduplicated code; carrying over r+ Change Go button at the same time as resetting input (v1)
Attachment #735863 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Attachment #735314 -
Attachment is obsolete: true
Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5820dbc75b5a
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5820dbc75b5a
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•3 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
•