Closed
Bug 882151
Opened 11 years ago
Closed 6 years ago
Windows 7: Color difference between the bottom of the selected tab and the navbar
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scoobidiver, Unassigned)
References
Details
(Keywords: polish, Whiteboard: [Australis:P-])
Attachments
(3 files)
The tab shade is slightly darker than the UI shade and has also a kind of grid on the borders.
Comment 1•11 years ago
|
||
Still an issue? I know this was an OSX problem too a while back, but has since been fixed.
Flags: needinfo?(scoobidiver)
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #1)
> Still an issue? I know this was an OSX problem too a while back, but has
> since been fixed.
Yes. The same in UX 2013-07-08.
Flags: needinfo?(scoobidiver)
Comment 3•11 years ago
|
||
I can barely if at all see this, even on the screenshot, so let's call this P5. It seems the alpha value of the grainy texture on the tabs is 0.01, so that doesn't sound like it should be the problem here.
The top of the navbar is rgba(253,253,253,0.45) over the fixed background color of rgb(219,234,249). The background on the middle of the tabs looks like this:
background-image:
url("chrome://browser/skin/tabbrowser/tab-active-middle.png"),
linear-gradient(
transparent,
transparent 2px,
rgba(254, 254, 254, 0.72) 2px,
rgba(254, 254, 254, 0.72) 2px,
rgba(250, 250, 250, 0.88) 3px,
rgba(250, 250, 250, 0.88) 3px,
rgba(254, 254, 254, 0.72) 4px,
rgba(254, 254, 254, 0.72) 4px,
rgba(253, 253, 253, 0.45)
),
linear-gradient(
transparent,
transparent 2px,
rgb(219, 234, 249) 2px,
rgb(219, 234, 249)
);
I guess my only other suspicion would be that the top gradient might need another colorstop to ensure that it's really gotten to rgba(253,253,253,0.45) before the bottom, and that we're not cutting it off if the tabs are below the navbar (which I think they shouldn't be?). Matt, does this all sound sensible to you?
Flags: needinfo?(mnoorenberghe+bmo)
Summary: Shade slightly different between tab and UI → Windows 7: Color difference between the bottom of the selected tab and the navbar
Whiteboard: [Australis:P5]
Comment 4•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #3)
> I can barely if at all see this, even on the screenshot,
Ditto. The high compression makes the screenshot kind of useless.
Comment 5•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #3)
> I guess my only other suspicion would be that the top gradient might need
> another colorstop to ensure that it's really gotten to
> rgba(253,253,253,0.45) before the bottom, and that we're not cutting it off
> if the tabs are below the navbar (which I think they shouldn't be?). Matt,
> does this all sound sensible to you?
The tabs are on top so I doubt that is the issue. Some more ideas:
A) The texture in tab-active-middle.png and/or tab-stroke-*.png doesn't match the navbar.
** IIRC there is a texture on OS X's toolbars (Toolbar-background-noise.png) but not on Window's (in the spec and in UX) so it could just be the subtle texture making the difference.
** I'm noticing now that there are differences between the middle and start texture. The former uses an alpha of 4/255 whereas the latter uses 3/255.
B) The background-clip of the nav-bar's border may not be taken into account
** In my testing this doesn't seem to be the case for .tab-background-middle. I didn't verify for the start and end.
C) I thought that the selected tab overlap onto the nav-bar led to an off-by-one error but I confirmed that the top 1px and bottom 1px of the gradients lined up.
I think A is the problem since deleting the image (first item) from the background-image property of .tab-background-middle makes it better but I kinda still see another minor colour difference but I think that's just the gradient. We can probably just get shorlander to remove the texture from the image on Windows (or add the texture to the toolbars).
I agree that this is probably P5 because I had to zoom quite a bit to notice this.
Flags: needinfo?(mnoorenberghe+bmo)
Comment 6•11 years ago
|
||
If this is in fact idea A, then this also affects XP and possibly Linux.
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
This is really hard to see with the naked eye, even on a zoomed in screenshot.
Whiteboard: [Australis:P5] → [Australis:P-]
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•