Open
Bug 1192789
Opened 10 years ago
Updated 5 years ago
:hover event triggers on other elements when input select field is open
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: compositum, Unassigned)
Details
Attachments
(1 file)
685.49 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0
Build ID: 20150806001005
Steps to reproduce:
open input choice field. While it is still active, hover over any other element.
Actual results:
:hover event triggered on the element, while choice is still active
Expected results:
Hover should not have happened. If hover displays some div, there is no way to position that div over the choice menu. The choice menu is always on top. Other browsers do not hover while choice is still active.
Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Mac OS X
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, 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
•