Open
Bug 950005
Opened 12 years ago
Updated 5 years ago
Drag-selecting list items in <select multiple> also selects hidden options
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: teun, Unassigned)
Details
User Agent: Mozilla/5.0
Steps to reproduce:
1. Create a <select multiple> with 3 options, the middle one with display:none;.
2. Drag-select the 2 visible options
3. Observe the hidden option's "selected" property through javascript => true
Actual results:
The hidden option is selected
Expected results:
The hidden option should not be selected imho.
Updated•11 years ago
|
Component: Untriaged → Selection
Product: Firefox → Core
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•