Closed
Bug 845499
Opened 12 years ago
Closed 12 years ago
Nightly UI on Ouya looks wrong
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 22
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(3 files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
See attached screenshot. That's the latest nightly running on the Ouya.
Assignee | ||
Comment 1•12 years ago
|
||
This appears to be happening because in resources/layout-large-v11/browser_toolbar_menu.xml.in, the Gecko.ImageButton with +id/menu has an android:visibility="gone" and so it gets laid out at 0,0 with size 0x0. Then the menu_items LinearLayout which is supposed to be to the left of that gets positioned wrongly, and the RelativeLayout that contains the awesome_bar is also positioned wrongly. Making the menu visibility "visible" fixes the problem but of course also makes the menu button appear on the toolbar.
Assignee | ||
Comment 2•12 years ago
|
||
Something I found while poking around.
Assignee: nobody → bugmail.mozilla
Attachment #723451 -
Flags: review?(sriram)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #723452 -
Flags: review?(sriram)
Comment 4•12 years ago
|
||
Comment on attachment 723451 [details] [diff] [review]
Fix sIsSmallTablet cache
:D :D
Attachment #723451 -
Flags: review?(sriram) → review+
Comment 5•12 years ago
|
||
Comment on attachment 723452 [details] [diff] [review]
Fix for ouya (or tablets with hardware menu button)
Looks good to me.
Attachment #723452 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2472ca0933cd
https://hg.mozilla.org/mozilla-central/rev/fa003f7e016e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
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
•