Closed
Bug 593339
Opened 14 years ago
Closed 14 years ago
Improve styling of "this app tab has changed" highlight
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
VERIFIED
FIXED
Firefox 4.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta7+ |
People
(Reporter: mak, Assigned: shorlander)
References
(Depends on 1 open bug)
Details
(Whiteboard: [can land])
Attachments
(10 files, 1 obsolete file)
16.59 KB,
image/png
|
Details | |
5.96 KB,
image/png
|
shorlander
:
ui-review-
|
Details |
8.07 KB,
image/png
|
Details | |
1.38 KB,
image/png
|
Details | |
17.29 KB,
image/png
|
Details | |
35.55 KB,
image/png
|
Details | |
76.12 KB,
image/png
|
Details | |
4.23 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
60.56 KB,
image/png
|
Details | |
62.78 KB,
image/png
|
Details |
Windows 7 (And I guess Vista) has already a system color for notifications in the taskbar.
The icon turns orange for notifications (like a finished download) and red for errors or expecting user's actions (dialogs).
So we should probably turn that red notification in an orange one.
off-hand don't recall if Vista has similar feedback/colors, will check.
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Bug 577096 was a blocker. "ui-r=beltzner on everything except for the specific colour being used there ;)", so I guess not using that specific colour should be a blocker too...
blocking2.0: --- → ?
Comment 3•14 years ago
|
||
shorlander - can we get a quick put on what "there's been activity in this app tab since you last looked" should look like? Should be a quick patch, just need a colour/treatment.
Reporter | ||
Comment 4•14 years ago
|
||
actually on windows the notification also "blinks", but that's probably too invasive since it does not stop till you look at it... it could maybe blink once though.
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Created attachment 471825 [details]
> quick attempt at using orange
Looks better to me, fwiw!
Updated•14 years ago
|
Attachment #471825 -
Flags: ui-review?(shorlander)
Reporter | ||
Comment 7•14 years ago
|
||
I've put near Dao's screenshot and the taskbar icon in "small-icons" mode (similar size) and the color looks correct. nice work.
Could we make it blink once with a moz-transition? like color->no-color->color, then it would be perfect.
This is how the highlight appears in Windows Vista, instead. Still lorange, slightly different tone.
Comment 8•14 years ago
|
||
-moz-transition doesn't support -moz-linear-gradient yet. Also, it doesn't support repeats, so this would involve scripting or moving to APNG.
Comment 9•14 years ago
|
||
Is this feature suppose to work in normal tabs too?
Comment 10•14 years ago
|
||
(In reply to comment #9)
> Is this feature suppose to work in normal tabs too?
Nope - specific to app tabs.
Comment 11•14 years ago
|
||
(In reply to comment #10)
Should I like it to extend to normal tabs, do I file a new bug?
Comment 12•14 years ago
|
||
(In reply to comment #11)
> (In reply to comment #10)
>
> Should I like it to extend to normal tabs, do I file a new bug?
Yep!
Assignee | ||
Comment 13•14 years ago
|
||
Comment on attachment 471825 [details]
quick attempt at using orange
I was a little concerned that putting more orange in that corner with the orange Firefox button would be too much but I think it will work nicely.
I don't think we need the arcing gloss because it doesn't really go with any of our other gradient/light-sources. If it was a linear gradient instead of a radial gradient it would fit better.
Attachment #471825 -
Flags: ui-review?(shorlander) → ui-review-
Comment 14•14 years ago
|
||
Is there any OSX change?
Comment 15•14 years ago
|
||
(In reply to comment #12)
> (In reply to comment #11)
> > (In reply to comment #10)
> >
> > Should I like it to extend to normal tabs, do I file a new bug?
>
> Yep!
Filed Bug 593381
Comment 16•14 years ago
|
||
What about this? (I'm thinking "nice.")
Only changing the tab background color might be kind of confusing for Personas users if the colors are similar.
Comment 17•14 years ago
|
||
By the way that's Opera. Gee why is it always Opera? :P
Comment 18•14 years ago
|
||
It looks too small to me in last attachment, almost invisible. Wouldn't it be much better if the whole App Tab changed its color?
Comment 19•14 years ago
|
||
(In reply to comment #18)
> It looks too small to me in last attachment, almost invisible. Wouldn't it be
> much better if the whole App Tab changed its color?
Sometimes it causes a mess.
Updated•14 years ago
|
Summary: Use taskbar feedback color for app tabs title changes notifications → Improve styling of "this app tab has changed" highlight
Comment 20•14 years ago
|
||
Even in attachment 471896 [details] (Red icon, red tab background, with red Personas)
it looks more visible than the almost invisible light blue badge of the previous attachment!
Comment 21•14 years ago
|
||
Opera's method is actually fairly visible in practice, although I still prefer the highlighting. It's a better match with native behavior in most operating systems. (I'd also be a fan of it pulsing a few times, though.)
Assignee | ||
Comment 23•14 years ago
|
||
(In reply to comment #22)
> Let's nail this down - it can't stay red.
Direction for this from the UX meeting:
More subtle blue radial gradient coming from the top of the tab with a brighter central point in the center.
This won't be quite as scary and distracting as red, keeps too much orange out of the top left corner and has some actual distinction with contrast instead of just color.
Comment 24•14 years ago
|
||
Thanks, Stephen - got gradient details for CSS, or just a background image to use?
Assignee | ||
Comment 25•14 years ago
|
||
Patch to turn the apptab indicator blue instead of red.
Attachment #477968 -
Flags: review?(dao)
Assignee | ||
Comment 26•14 years ago
|
||
Comment 27•14 years ago
|
||
I'd allow this in beta7, fwiw. Super pretty.
Comment 28•14 years ago
|
||
Comment on attachment 477968 [details] [diff] [review]
Blue AppTab Indicator
>diff --git a/browser/themes/pinstripe/browser/browser.css b/browser/themes/pinstripe/browser/browser.css
>+#tabbrowser-tabs[tabsontop="true"] .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
This can use #tabbrowser-tabs[tabsontop="true"] > .tabbrowser-tab[...], right?
Why does only pinstripe need a separate tabsontop rule?
Comment 29•14 years ago
|
||
Oh, because of the tab orientation - I see now.
Comment 30•14 years ago
|
||
Comment on attachment 477968 [details] [diff] [review]
Blue AppTab Indicator
This is much more subtle - not sure I'd really notice it the way I notice the current indication (which is probably intended, I guess :). Perhaps it's because I'm using tabs-on-top on OS X, and the toolbar surrounding the leftmost tabs in that config is lighter than it is with tabs-on-bottom. You can see that there's more contrast for tabs-on-bottom case when comparing the two OS X screenshots. Not sure what a good way to address that would be... It might be nice to extend the background to cover more of the tab, as in Windows/Linux.
Attachment #477968 -
Flags: review?(dao)
Attachment #477968 -
Flags: review+
Attachment #477968 -
Flags: approval2.0+
Updated•14 years ago
|
Attachment #477968 -
Flags: approval2.0+
Assignee | ||
Comment 31•14 years ago
|
||
I messed with OS X the most. It is hard to get color to feel not completely out of place in the otherwise grey monochrome UI. I ended up going pretty subtle.
I think it's noticeable enough if you look at it to know something has changed but not so noticeable that it is distracting. If it is too subtle I can make it stronger.
Comment 32•14 years ago
|
||
(In reply to comment #31)
> I messed with OS X the most. It is hard to get color to feel not completely out
> of place in the otherwise grey monochrome UI. I ended up going pretty subtle.
>
> I think it's noticeable enough if you look at it to know something has changed
> but not so noticeable that it is distracting. If it is too subtle I can make it
> stronger.
Please do! I find it very difficult to recognize!
Assignee | ||
Comment 33•14 years ago
|
||
Made the Mac style more obvious. Includes proper HG headers.
Attachment #477968 -
Attachment is obsolete: true
Attachment #478057 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 34•14 years ago
|
||
Comment 35•14 years ago
|
||
Comment on attachment 478057 [details] [diff] [review]
Blue AppTab Indicator v2
I like it. Didn't address the first part of comment 28, but that can be done on checkin.
Attachment #478057 -
Flags: review?(gavin.sharp) → review+
Updated•14 years ago
|
Assignee: nobody → shorlander
Comment 36•14 years ago
|
||
CSS tweak for a much better beta7+ consumer experience
blocking2.0: betaN+ → beta7+
Whiteboard: [can land]
Comment 37•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
OS: Windows 7 → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b7
Comment 38•14 years ago
|
||
I dont like this new color. It's hard to notify on Aero, especially on Aero Basic.
Comment 39•14 years ago
|
||
(In reply to comment #38)
> Created attachment 478521 [details]
> Notification on Aero Basic
>
> I dont like this new color. It's hard to notify on Aero, especially on Aero
> Basic.
I totally agree with you, it should go back to red, as it was before or be orange as the Windows 7 notifications. In fact I've filed a bug to enhance this: [Bug 599487]
Comment 40•14 years ago
|
||
Sorry for insisting but I really can't distinguish the new highlight color in Windows 7 with Aero enabled!
Again, please change it back to red or make it orange as the Windows 7 notifications.
Or at least please let the color be an option!
As it is it's very difficult to see!
I've filed a bug to enhance this: [Bug 599487] but it seems no one cares about this serious issue!
It's very important for me to be aware of some app tab's change of state!
Comment 41•14 years ago
|
||
I'm really sorry to see this has been fixed because as it is I can hardly see
the highlight in my Windows 7 with Aero enabled.
I think you should at least make it optional so the user would be able to leave
the default colour or change it to red (as it was before) or to orange as all
the Windows notifications.
Comment 42•14 years ago
|
||
Verified fixed on Mozilla/5.0 (Windows NT 6.1; rv:2.2a1pre) Gecko/20110404 Firefox/4.2a1pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•