Closed
Bug 456390
Opened 17 years ago
Closed 17 years ago
move control strip buttons into position
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0a1
People
(Reporter: madhava, Assigned: db48x)
Details
Attachments
(1 file)
|
2.11 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
The buttons in the control strip are all there, but not in the arrangement as in the mockups. This arrangement would be great:
http://blog.seanmartell.com/wp-content/uploads/2008/09/fennec_screen_3.jpg
if you need actual pixel positions, just ask!
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Attachment #339922 -
Flags: review? → review?(gavin.sharp)
Comment 2•17 years ago
|
||
Comment on attachment 339922 [details] [diff] [review]
456390-1.diff
>diff -r 0ff13ee6bc34 chrome/content/browser-ui.js
> sidebar.left = containerW;
>- sidebar.height = panelUI.height = tabbar.height = containerH;
>+ sidebar.height = (panelUI.height = tabbar.height = containerH) - toolbarH;
Actually, tabbar.height should be (containerH - toolbarH) too. We changed it and I missed this. Only panelUI.height is containerH now.
r+ with that
Attachment #339922 -
Flags: review?(gavin.sharp) → review+
Comment 3•17 years ago
|
||
Comment on attachment 339922 [details] [diff] [review]
456390-1.diff
>diff -r 0ff13ee6bc34 chrome/content/browser-ui.js
>- sidebar.height = panelUI.height = tabbar.height = containerH;
>+ sidebar.height = (panelUI.height = tabbar.height = containerH) - toolbarH;
Shouldn't all of these be the same height?
Comment 4•17 years ago
|
||
nm, I missed mark's comment!
| Assignee | ||
Comment 5•17 years ago
|
||
pushed revision 055149dd6e52
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
easy bug to verify :). Verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20090821
Fennec/1.0b3pre
and
Mozilla/5.0 (Macintosh; U; Intel Mac OSX 10.5; en-US; rv:1.9.2a2pre)
Gecko/20090808 Fennec/1.0b3pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•