Closed
Bug 520209
Opened 16 years ago
Closed 15 years ago
active tab indication is too subtle / cannot see the tab focus outline (activity, contrast, invisible)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0
People
(Reporter: Aleksej, Assigned: mfinkle)
References
Details
(Whiteboard: [fennecb4testday] [polish])
Attachments
(2 files, 1 obsolete file)
42.74 KB,
image/png
|
Details | |
1.96 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Fennec 20091001, desktop linux-i686.
I am using an old "Iiyama HM703UT A" CRT monitor. These have contrast issues, so you cannot see both very dark and very bright colours and have a good display configuration.
At my current setting (20-30% brightness, 40-50% contrast) I cannot see the black frame around the active tab thumbnail, or see it with a great difficulty.
Updated•16 years ago
|
Whiteboard: [fennecb4testday]
![]() |
Reporter | |
Updated•16 years ago
|
Summary: active tab indication is too subtle / cannot see the tab focus outline → active tab indication is too subtle / cannot see the tab focus outline (activity, contrast, invisible)
Assignee | ||
Updated•16 years ago
|
Comment 2•16 years ago
|
||
Bringing my comment from the duped bug over here:
This selection border is not visible enough. In the usability tests, it seemed
to be contributing to a slowness in understanding what the tab sidebar was
about in some users (i.e. people would tap, but not realize that their
currently selected tab was changing).
Comment 3•15 years ago
|
||
the ones with a light background require a background-grey keyline around the thumbnail
Comment 4•15 years ago
|
||
the two darker grays are:
darker: 1b1c20 (RGB: 27 28 32)
darker yet: 0c0d10 (RGB: 12 13 16)
the blue is the highlight blue from fennec (9cc6e4), and the light grey is the one we use for separator rows (efebef).
Assignee | ||
Comment 5•15 years ago
|
||
Patch using the "darker yet" color, which I think Madhava was leaning towards.
Madhava - what say you?
Assignee: nobody → mark.finkle
Attachment #415347 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Attachment #415347 -
Flags: review?(gavin.sharp) → review+
Comment 6•15 years ago
|
||
Yes - let's see how well this works. I like the idea of the blue, but I don't think it's quite right yet, whereas the "darker yet" gray does the job. Darker gray it is.
Assignee | ||
Comment 7•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Post-B5
Comment 8•15 years ago
|
||
I don't see a difference and I think it's even harder to notice this with a mobile device with a glossy screen when under a light.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•15 years ago
|
||
Tried some new variants of the blue outline, and I think we have an improvement.
These were the variants:
http://www.flickr.com/photos/madhava_work/4153261795/sizes/o/
After looking at them on device:
http://www.flickr.com/photos/madhava_work/4153205997/
The consensus seems to be that the 4:4 variant works the best. That is - 4px of background gray and then 4px of highlight blue. The outer border has rounded corners, as the current outline does, whereas the gray area inside has square corners.
Assignee | ||
Comment 10•15 years ago
|
||
Uses border colors to create the 4:4 effect
Attachment #415347 -
Attachment is obsolete: true
Attachment #415722 -
Flags: review?(gavin.sharp)
Comment 11•15 years ago
|
||
Comment on attachment 415722 [details] [diff] [review]
patch
>diff --git a/themes/wince/browser.css b/themes/wince/browser.css
> box[type="documenttab"][selected="true"] .documenttab-canvas {
>+ border: 0.8mm solid;
>+ -moz-border-top-colors: #8db8d8 #8db8d8 #8db8d8 #8db8d8 #36373b;
I'm guessing this doesn't work very well if the border ends up being less than 8 pixels... Not sure whether that's likely, but perhaps we should use px here?
Attachment #415722 -
Flags: review?(gavin.sharp) → review+
Comment 12•15 years ago
|
||
aren't we supposed to be using px for everything now?
Comment 13•15 years ago
|
||
We didn't make that switch for WinCE.
Comment 14•15 years ago
|
||
Also - screenshot please!
Assignee | ||
Comment 15•15 years ago
|
||
(In reply to comment #11)
> (From update of attachment 415722 [details] [diff] [review])
> >diff --git a/themes/wince/browser.css b/themes/wince/browser.css
> I'm guessing this doesn't work very well if the border ends up being less than
> 8 pixels... Not sure whether that's likely, but perhaps we should use px here?
Changed to 8px for checkin. That should be safe.
(In reply to comment #14)
> Also - screenshot please!
http://people.mozilla.com/~mfinkle/fennec/screenshots/fennec-tab-selection.png
Assignee | ||
Comment 16•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 17•15 years ago
|
||
looks great! verified FIXED on builds:
Mozilla/5.0 (Windows; U; Window3sCE 5.2; en-US; rv:1.9.2b5pre) Gecko/20091203 Namoroka/3.6b5pre Fennec/1.0a4pre
and
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2b5pre) Gecko/20091203 Firefox/3.6b5pre Fennec/1.0b6pre
and
Mozilla/5.0 (X11; U; Linux armv6l; Nokia N8xx; en-US; rv:1.9.3a1pre) Gecko/20091203 Firefox/3.7a1pre Fennec/1.0b5
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•