Closed
Bug 2792
Opened 26 years ago
Closed 26 years ago
selectedIndex doesn't work
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: pollmann, Assigned: pollmann)
References
()
Details
1) selectedIndex doesn't reflect the selected option until and unless the select
widget is clicked on within it's square.
2) when selectedIndex is changed, the GUI doesn't update.
Go to the above URL and look at the console output of the viewer program. Every
time the button is clicked on, selectedIndex should increment by one, and the
widget should reflect the change
I have fixes for both of these bugs and will be checking them in today.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Just checked in a fix.
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 3•26 years ago
|
||
I verified this in the test case above.
Marking Verified.
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
•