Closed
Bug 685285
Opened 13 years ago
Closed 13 years ago
[TABLETUI] Make a curvy tab menu in portrait mode
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 9
People
(Reporter: ibarlow, Assigned: lucasr)
References
Details
Attachments
(7 files, 4 obsolete files)
Let's make our portrait UI reference our nice tab shape we have in landscape mode, like this attached mock
Reporter | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → lucasr.at.mozilla
Assignee | ||
Comment 2•13 years ago
|
||
Sent while flying to NY! :-)
Attachment #560738 -
Flags: review?(wjohnston)
Assignee | ||
Comment 3•13 years ago
|
||
This only implements the curvy design for the toolbar. I'll file a separate bug for the pressed state for the tabs button (it looks bad now). Bug 681805 can be used to track the new back and forward buttons design.
Attachment #560740 -
Flags: review?(wjohnston)
Assignee | ||
Comment 4•13 years ago
|
||
Here's how it looks.
Comment 5•13 years ago
|
||
Comment on attachment 560740 [details] [diff] [review]
(2/2) Implement curvy design for tablet portrait mode
Review of attachment 560740 [details] [diff] [review]:
-----------------------------------------------------------------
As is, this doesn't work, but the fix is pretty easy. I'd like to hear from madhava/ibarlow and mfinkle about the color issue too.
::: mobile/themes/core/honeycomb/browser.css
@@ +364,1 @@
> }
Welcome to the wonderful world of wesj hacks!
::: mobile/themes/core/honeycomb/defines.inc
@@ +29,1 @@
>
I think we should avoid adding colors for very specific things like this. Our palette seems to big to me already. Can we use one of the colors we already have? color_text_header maybe? I know its not exactly the same, so lets ping ian/mfinkle about it.
::: mobile/themes/core/jar.mn
@@ +367,1 @@
> skin/honeycomb/images/remotetabs-48.png (honeycomb/images/remotetabs-48.png)
This name doesn't match what you're using in CSS.
Attachment #560740 -
Flags: review?(wjohnston) → review+
Comment 6•13 years ago
|
||
Comment on attachment 560738 [details] [diff] [review]
Reduce main toolbar height to match planned design
Review of attachment 560738 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thanks!
Attachment #560738 -
Flags: review?(wjohnston) → review+
Comment 7•13 years ago
|
||
Whoops. Foiled by splinter. Hollar if you have trouble figuring out what I was commenting on.
Comment 8•13 years ago
|
||
Comment on attachment 560740 [details] [diff] [review]
(2/2) Implement curvy design for tablet portrait mode
Review of attachment 560740 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/themes/core/honeycomb/defines.inc
@@ +29,1 @@
>
I'm fine with adding specific color constants when no other constant matches, or this is a unique part of the UI. The panel-row-header (too general) class is an example too, from a different bug. Don't name it explicitly for the one UI button though.
However, if this situation is text on a black background, I would have thought we already have a similar constant available.
Maybe color-text-toolbutton ?
Reporter | ||
Comment 9•13 years ago
|
||
Reporter | ||
Comment 10•13 years ago
|
||
Assignee | ||
Comment 11•13 years ago
|
||
Just updated to apply to latest trunk. Keeping the review+.
Attachment #560738 -
Attachment is obsolete: true
Attachment #561542 -
Flags: review+
Assignee | ||
Comment 12•13 years ago
|
||
Attachment #561543 -
Flags: review?(wjohnston)
Assignee | ||
Comment 13•13 years ago
|
||
Move the background switch to the tabs button itself. Use negative margin to move the back button a bit on top of the curvy button.
Attachment #560740 -
Attachment is obsolete: true
Attachment #561545 -
Flags: review?(wjohnston)
Assignee | ||
Comment 14•13 years ago
|
||
I really think using text placeholder color is a bad idea. So, I'm dropping the patch that changes color_text_placeholder and I'm just defining a more generic color color_text_toolbutton_inverse to use on the tabs button. Sorry for the spam.
Attachment #561543 -
Attachment is obsolete: true
Attachment #561545 -
Attachment is obsolete: true
Attachment #561543 -
Flags: review?(wjohnston)
Attachment #561545 -
Flags: review?(wjohnston)
Attachment #561546 -
Flags: review?(wjohnston)
Comment 15•13 years ago
|
||
Comment on attachment 561546 [details] [diff] [review]
(3/3) Implement curvy design for tablet portrait mode
Review of attachment 561546 [details] [diff] [review]:
-----------------------------------------------------------------
Splendid!
Attachment #561546 -
Flags: review?(wjohnston) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 16•13 years ago
|
||
Comment 17•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0348871e3c45
https://hg.mozilla.org/mozilla-central/rev/6355165a737b
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 18•13 years ago
|
||
Verified fixed on:
Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110923
Firefox/9.0a1 Fennec/9.0a1
Device: Acer ICONIA A500
OS: Android 3.1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•