Open
Bug 300739
Opened 19 years ago
Updated 6 months ago
Changing the value of <select> while it is open doesn't work.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
1.18 KB,
text/html
|
Details |
Changing the value of 'select' while it is open doens't work properly. The selected <option> is visually marked as selected but if you focus out from the <select>, the old value is again set to the <select>.
| Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Arguably, this is the right behavior. If the dropdown is down, I think we should go with whatever the user selects...
Comment 3•19 years ago
|
||
Actually this reminds me of a similar regression I caused whereby if you cancel the select (e.g. by pressing ESC) it doesn't revert the selection correctly.
Updated•2 years ago
|
Severity: normal → S3
Updated•6 months ago
|
Attachment #9386523 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•