Closed Bug 958 Opened 26 years ago Closed 26 years ago

form element disabled attribute DOM wiring not implemented

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: pollmann)

References

()

Details

We need to support the "disabled" attribute on many HTML form elements, such as a button: <input type="button" value="Test" disabled="true"> - This button should appear disabled (grayed out) - clicking on it should NOT fire an event - the disabled attribute needs to be exposed to the DOM so it can be set through JavaScript. Obviously the semantics will vary slightly among elements (for example, a disabled text area may be grayed out and never get focus)
Status: NEW → ASSIGNED
Note that there's a proposed CSS3 pseudo class called :disabled. We should keep this in mind when architecting support for this. Adding PeterL to the cc list so he catches this.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Summary: disabled attribute not implemented on form elements → form element disabled attribute DOM wiring not implemented
I can't change the value of the disabled attribute through the DOM (it's not actually affecting the form element).
Is this bug fixed or reopened? Status and Resolution contradict each other. I have determined that the disable works in Raptor - is there any further to be fixed?
Resolution: FIXED → ---
This bug is not yet fixed. I changed the summary to reflect the part that isn't working. Working: disabled attribute on an HTML form element Not working: changing disabled attribute on an HTML form element through the DOM Right now, I think the bug is waiting to be assigned to either Chris or Eric. I've just added pollmann to the cc: list, since he'll probably want the bug. I'm taking kipp and peterl off the cc: list. I'm clearing the resolution (sorry for not doing that earlier).
Assignee: karnaze → pollmann
Status: REOPENED → NEW
Setting all current Open/Normal to M4.
This is implemented for most elements. Still remaining: Selects Options and HTML4 Buttons.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4110 → 4137
Reassigning qa contact to cpratt@netscape.com
CC'ing Eric Vaughan on this one: the disabled attribute is not implemented for HTML 4 buttons.
Target Milestone: M4 → M5
Target Milestone: M5 → M6
Redistributing to M8...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
QA Contact: 4137 → 4078
Is this bug fixed or not ? No where it says that its fixed, but it has resolution resolved fixed.
Status: RESOLVED → VERIFIED
Verifying it's fixed, Eric Vaughn marked it fixed on May 14. I also just tested it at blueviper/forms/test.html and disabling the button through js seemed to work.
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.