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)

enhancement

Tracking

()

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)
Rod, is there a way to do this?
Assignee: clayton → rods
Component: HTML Element → HTML Form Controls
Blocks: 39985
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.....
setting to M18
Status: NEW → ASSIGNED
Target Milestone: --- → M18
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
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.
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.
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?
Keywords: pp
OS: Windows 98 → All
Hardware: PC → All
Does that work on a white background anyway?
Priority: P3 → --
Summary: [RFE] make <label>s look disabled when control disabled → make <label>s look disabled when control disabled
I like IE can grey out disable label.
Assignee: rods → nobody
Status: ASSIGNED → NEW
QA Contact: chrispetersen → layout.form-controls
This continues in: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5pre) Gecko/2008030610 Minefield/3.0b5pre
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.