Closed
Bug 555845
Opened 15 years ago
Closed 14 years ago
Menu banner is now glass and is hard to see?????
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b5
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: beegore, Assigned: dao)
References
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100329 Minefield/3.7a4pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100329 Minefield/3.7a4pre
Hi the menu banner at the top is glass now and is hard to read the text after the newest update. Please correct this thanks.
Reproducible: Always
Comment 1•15 years ago
|
||
Welcome to the world of pre-alpha builds. The change was intended, and is part of a WIP (Work in Progess) see the mockups here for more of what is coming.
https://wiki.mozilla.org/Firefox/Sprints/Windows_Theme_Revamp/Direction_and_Feedback
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•15 years ago
|
||
Screenshot: https://bug546259.bugzilla.mozilla.org/attachment.cgi?id=435126
This was discussed in bug 546259 from comment 19 onwards, although I didn't see comments from the people responsible for the theme work.
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Screenshot: https://bug546259.bugzilla.mozilla.org/attachment.cgi?id=435126
That's outdated.
Comment 4•15 years ago
|
||
I think simple text-shadow could do the trick. I believe the same way is Win7 handling text in titlebar. And is working just fine.
Assignee | ||
Comment 5•15 years ago
|
||
Text shadow is being used already.
Comment 6•15 years ago
|
||
Use stronger and/or bigger shadow, the current one isn't sufficient.
Assignee | ||
Comment 8•14 years ago
|
||
Comment 9•14 years ago
|
||
More readable menu item text could be achieved by using DrawThemeTextEx as in this example: <http://msdn.microsoft.com/en-us/library/bb688195%28v=VS.85%29.aspx#appendixb>. (That's for drawing the window caption, but using the same glow effect is what you want, I guess.) Also you'd need a way of mapping some CSS to text being rendered with DrawThemeTextEx...
Updated•14 years ago
|
blocking2.0: ? → betaN+
Comment 12•14 years ago
|
||
(In reply to comment #8)
> Created attachment 451889 [details] [diff] [review]
I think, this looks weird. I suggest making the window completely opaque in non-firefox-button-mode, similar to the Firefox 3.x style, but of course with the new button and tab style and the other improvements.
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
Comment on attachment 451889 [details] [diff] [review]
patch
r=me, but this should really get ui-review (looks kind of weird to me too)
Attachment #451889 -
Flags: review?(gavin.sharp) → review+
Comment 15•14 years ago
|
||
That fix looks kinda weird. Why not just make the text white? That's what vista does for window titles when you maximize the window.
Comment 16•14 years ago
|
||
(In reply to comment #15)
> Why not just make the text white?
Well, because the background currently is glass and not black (and at least on Windows 7 on maximized windows) and depending on the user preferences this glass is likely light blue or even white and therefore white text would be even more invisible.
Note that Windows User Experience Guidelines say, that you shouldn't use glass behind menu bars (or in general areas with text, see bug 588805 for details), so I think removing the glass in the client area would be the simplest and best solution for the classic menu bar case.
Comment 17•14 years ago
|
||
So make it white only for vista when the window is maximized, since this issue only occurs on vista. Despite what settings you use in the "Window Color and Appearance", its impossible for that area to be white when the window is maximized. At worst, its a light gray and white is still readable on it.
Comment 18•14 years ago
|
||
Comment 19•14 years ago
|
||
Feels like shorlander should be the one to make the call, here.
Comment 20•14 years ago
|
||
(In reply to comment #19)
> Feels like shorlander should be the one to make the call, here.
Something like this is the right approach I think. It could probably even be a little more opaque. Maybe .5 instead of .3?
Assignee | ||
Comment 21•14 years ago
|
||
landed with 0.5:
http://hg.mozilla.org/mozilla-central/rev/5c7637322904
Status: ASSIGNED → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b5
You need to log in
before you can comment on or make changes to this bug.
Description
•