Closed
Bug 9421
Opened 25 years ago
Closed 25 years ago
select elements broken outside of forms (regression)
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: rickg)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Select elements do not work outside of forms. They used to work in some cases
and crash in others. This is a regression probably caused by the fix to bug
9127. See:
Cases that crashed before, and before that, didn't work:
http://www.fas.harvard.edu/~dbaron/dom/altsel_msie_dom
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=652
Cases that worked before:
- test case to be attached, variant of attachment 652 [details] that didn't crash before
Other form elements work outside of forms, as they should, since form elements
should only be used for form submission to server.
Reporter | ||
Comment 1•25 years ago
|
||
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
It looks like this regressed due to a code collision between Harish and I. Oops.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•25 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•