Open
Bug 39994
Opened 25 years ago
Updated 3 years ago
make <label>s look disabled when control disabled
Categories
(Core :: Layout: Form Controls, enhancement)
Core
Layout: Form Controls
Tracking
()
NEW
Future
People
(Reporter: jruderman, Unassigned)
References
()
Details
(Keywords: platform-parity)
it would be nice if moz would give feedback through labels when controls are
disabled. i don't know what the html specs say about this.
(an example of where it would be useful in the browser itself is the
advanced|proxies prefs area)
Comment 1•25 years ago
|
||
Rod, is there a way to do this?
Assignee: clayton → rods
Component: HTML Element → HTML Form Controls
Comment 2•25 years ago
|
||
Yes, maybe in the Label frame we can check the control's disabled state during
reflow and the label can then set itself appropriately. But apparently we can't
work on this feature until next year.....
Comment 4•25 years ago
|
||
This bug is marked "future" because it is not critical for RTM (Release To
Manufacturing). If anyone believes it is critical, please explain why in
this bug.
Target Milestone: M18 → Future
| Reporter | ||
Comment 5•25 years ago
|
||
Well, it couldn't hurt acceptance by Windows users if at least the prefs window
changed label color to indicate "disabled", because native Windows widgets do
this.
Comment 6•25 years ago
|
||
There is a completely different implementation for the UI versus the HTML label.
Please file a new and separate bug on the UI (XUL) if this doesn't work there. I
am considering this a HTML only bug.
Comment 7•24 years ago
|
||
Appropriate disabled appearance would be different depending on the platform --
Mac OS uses grayed out text (which in HTML would be opacity: 0.7 or something
like that), whereas Windows uses inset bevelled text. Ian, does CSS have the
possibility for bevelled text?
| Reporter | ||
Comment 9•24 years ago
|
||
Does that work on a white background anyway?
Updated•23 years ago
|
Priority: P3 → --
Summary: [RFE] make <label>s look disabled when control disabled → make <label>s look disabled when control disabled
Comment 10•20 years ago
|
||
I like IE can grey out disable label.
Updated•20 years ago
|
Assignee: rods → nobody
Status: ASSIGNED → NEW
QA Contact: chrispetersen → layout.form-controls
Comment 11•17 years ago
|
||
This continues in:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5pre) Gecko/2008030610 Minefield/3.0b5pre
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•