Closed
Bug 6583
Opened 25 years ago
Closed 25 years ago
Disabled buttons should use flat gray text instead of 3D text
Categories
(Core :: XUL, defect, P4)
Core
XUL
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: sfraser_bugs, Assigned: eric)
References
Details
Currently, the text of disabled toolbar buttons is drawn with a fake 3D effect.
This makes the buttons look enabled compared to the text labels of normal
buttons, so is deceiving. The text of disabled buttons should be drawn gray
(in the Mozilla skin), or some less saturated version of the normal enabled
text color.
Updated•25 years ago
|
Assignee: trudelle → pinkerton
Priority: P3 → P4
Target Milestone: M10
Comment 1•25 years ago
|
||
reassigning to pinkerton as p4 for m10
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: M10 → M15
Comment 2•25 years ago
|
||
moving to m15
Reporter | ||
Updated•25 years ago
|
Assignee: pinkerton → german
Status: ASSIGNED → NEW
Target Milestone: M15
Reporter | ||
Comment 3•25 years ago
|
||
Actually, this is a bug for German, since the widget spec shows it this way.
German, why is it that disabled things have 3D labels, whereas enabled things
don't? For most people, 3D looks more 'touchable' than flat, so this seems wrong.
moved to M10. Q: who is the owner of drawing algorithms behind the current
disabled look?
Note: on windows the groove look == disabled. But I agree perceptually this
could be improved to make the disabled state less salient.
Updated•25 years ago
|
Target Milestone: M10 → M11
Comment 5•25 years ago
|
||
m11. let me know if we can get this going in the next couple of days.
Comment 6•25 years ago
|
||
They would look much better if disabled button text matched the way disabled
menu items are draw.
Updated•25 years ago
|
Assignee: german → evaughan
Status: ASSIGNED → NEW
Comment 7•25 years ago
|
||
Disabled toolbar button text is being displayed Windows-style
(http://msdn.microsoft.com/library/books/winguide/PLATFRM2/D5/S11863.HTM), but
disabled menu items are being shown MacOS-style
(http://www.mozillazine.org/screenshots/screens/1999093012.nav.context.gif).
-- mpt
Updated•25 years ago
|
OS: Mac System 8.5 → All
Updated•25 years ago
|
Summary: 3D text on disabled buttons looks wrong → Disabled buttons should use flat gray text instead of 3D text
This looks really bad for disabled buttons that have white text. We use white
text on buttons in the new skin. The new skin is landing very soon and it would
help quite a bit to get this changed.
Actually the only acceptable behavior is that the css file should decide what
the disabled look for the text is. That means I want to set color:#blah for
titledbutton[disabled="true"]. the text color should not be hardcoded at all as
only the skin designer can decide what works best in the context of his/her
skin.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
Ok this is fixed. There is no hard coded inset. The text color is whatever you
set it to be.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•