Closed
Bug 887069
Opened 11 years ago
Closed 11 years ago
Fix focus behavior of go button in URL bar
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 25
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(1 file)
2.31 KB,
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
The go button in the AwesomeScreen needs a focus state so it's obvious that it has focus. Also, clicking left on the d-pad from the go button should go back to the URL EditText, but it instead moves down to the opt-in prompt buttons.
Assignee | ||
Comment 1•11 years ago
|
||
Fixes the problems mentioned above.
Also, I'm not sure what these empty LinearLayouts are for. Removing them seems to have no effect, so we should drop them unless they actually serve a purpose.
Attachment #767530 -
Flags: review?(sriram)
Comment 2•11 years ago
|
||
Comment on attachment 767530 [details] [diff] [review]
Fix focus behavior of go button in URL bar
Review of attachment 767530 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with that.
::: mobile/android/base/resources/layout/awesomebar_search.xml
@@ +46,3 @@
> <ImageButton android:id="@+id/awesomebar_button"
> style="@style/AddressBar.ImageButton.Icon"
> + android:background="@drawable/action_bar_button"
Move it to be below padding. OCD :D
Updated•11 years ago
|
Attachment #767530 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
Verified fixed on:
Build: Firefox for Android 25.0a1(2013-07-07)
Device: LG Nexus 4
OS: Android 4.2.2
Status: RESOLVED → VERIFIED
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
•