Closed
Bug 672180
Opened 15 years ago
Closed 15 years ago
Mouseover of dropdown list causing selection if first item is set to disabled
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 387406
People
(Reporter: mrf, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110622232052
Steps to reproduce:
Created a <Select> menu with the first item set as disabled=disabled as this item is "Please select an item" and as such should not be selectable
Actual results:
When the drop down menu is selected, hovering over an item in the list but not selecting it causes the item to be selected ($('#id').get(0).selectedIndex ect). Deleting the option disabled="disabled" solves this but allows a user to reselect the first option in the list
Expected results:
Only the item selected through clicking on it should become selected
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•