Closed
Bug 1393
Opened 26 years ago
Closed 26 years ago
SELECT element's "options" array not reflected into JavaScript
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
People
(Reporter: angus, Assigned: karnaze)
Details
Simple test case:
<select onmouseup="alert(this.options[this.selectedIndex].id)">
<option id="one">One
<option id="two">Two
<option id="three">Three
</select>
11-16-98 12pm optimized build.
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Form%20Submission → DOM
Resolution: --- → DUPLICATE
Reporter | ||
Comment 1•26 years ago
|
||
Somehow bugzilla registered this twice. Go figure.
*** This bug has been marked as a duplicate of 1392 ***
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•