Open
Bug 1353222
Opened 8 years ago
Updated 2 years ago
CSS transitions applied to 'option' force the :checked styling to stick to the selected option
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: jaws, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
Open the following URI:
data:text/html,<style>option { transition: all .2s; }</style><select><option>1<option>2<option>2<option>2<option>2<option>2
Open the menu
Move your mouse throughout the menu
ER:
The item selected prior to opening the menu should not look selected when hovering over other items
AR:
The item selected prior to opening the menu stays looking selected the whole time the popup is open
Note, this is not a regression from bug 1352963 which adds a transitionend listener.
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•