Closed
Bug 1134
Opened 26 years ago
Closed 25 years ago
DISABLED attribute not supported on OPTION element
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: angus, Assigned: rods)
References
()
Details
Attachments
(3 files)
The disabled attribute works almost everywhere (terrific!) but not yet on the
OPTION element. A test case is available at the URL given. It doesn't work right
in ie5b1 either.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Status: ASSIGNED → NEW
Comment 1•26 years ago
|
||
The widget library does not support combo boxes or list boxes having disabled
elements.
Reporter | ||
Comment 2•26 years ago
|
||
Adding hyatt to the cc list; he may be interested in this.
Updated•26 years ago
|
Assignee: kmcclusk → karnaze
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Comment 3•26 years ago
|
||
reassigning back to Kevin a 2nd time. This is a limitation of the widget
library.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 4110 → 4137
Comment 6•26 years ago
|
||
Reassigning qa contact to cpratt@netscape.com
Updated•26 years ago
|
Target Milestone: M4 → M5
Updated•26 years ago
|
Target Milestone: M5 → M7
Comment 7•25 years ago
|
||
This will be fixed for GFX-rendered option elements only.
Updated•25 years ago
|
Target Milestone: M7 → M8
Updated•25 years ago
|
Target Milestone: M8 → M10
Updated•25 years ago
|
Assignee: kmcclusk → rods
Status: ASSIGNED → NEW
Comment 9•25 years ago
|
||
Rod, re-assigning to you. This is a general bug related to gfx-rendered form
elements.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
Fixed.
Status: RESOLVED → REOPENED
Whiteboard: 23-Aug-99: will verify in M10 w/GFX later this week
Comment 11•25 years ago
|
||
I can't verify the fix using the 1999082616 build with GFX widgets under NT.
When I look at the Select with one disabled option, 'Two fish' is as selectable
as anything else in the list. Reopening bug and clearing resolution.
[If it helps, I was looking for one of two behaviors: either you can't click on
the Two fish option to select it, or, if you can, going on in the form should
switch it back to whatever was previously selected.]
Assignee | ||
Comment 12•25 years ago
|
||
Assignee | ||
Comment 13•25 years ago
|
||
Ignore this lastest attachment it was for a different bug.
Assignee | ||
Comment 14•25 years ago
|
||
Assignee | ||
Comment 15•25 years ago
|
||
Assignee | ||
Comment 16•25 years ago
|
||
Attachment 1470 [details] is incorrect, use the lastest one 1473
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 17•25 years ago
|
||
Fixed.
Comment 18•25 years ago
|
||
I still don't see the fix (using the 1999090708 build under NT). Both
partial-gfx and gfx (in the Preferences) allow me to select Two fish with no
problems. Reopening bug and clearing resolution.
Assignee | ||
Comment 19•25 years ago
|
||
What example are using to test this with? You should attach your testing example
or use mine. I am not seeing the problem you are seeing.
Comment 20•25 years ago
|
||
I am using the test case at the URL in this bug report. The sample code in
question is:
<select id="myselect">
<option>One fish
<option disabled>Two fish
<option>Red fish
<option>Blue fish
</select>
If I understand this correctly, 'Two fish' should be visually greyed out, and
not selectable. It looks exactly the same as the other options, and is
selectable using both GFX and native widgets.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 21•25 years ago
|
||
Ok, it is REALLY fixed this time.
Comment 22•25 years ago
|
||
Beautiful! Verified fixed in the 1999091310 Win32 build (on NT).
Comment 23•18 years ago
|
||
kjhkjhk
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•