Open
Bug 961708
Opened 12 years ago
Updated 3 years ago
Transiction to select from options list fire an event but not a event.FromElement
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: abnersajr, Unassigned)
References
()
Details
(Whiteboard: [bugday-20140127])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1790.0 Safari/537.36
Steps to reproduce:
In the website: http://jsfiddle.net/t72s5/
Click on "BUSCA AVANÇADA" and a select will be showed. Try to select one option.
Actual results:
The mouseout event is to be fired when the mouse leave the form. In this case the select. But when you open the list with the options they fire the event and the relatedTarget returned is undefined.
Expected results:
I expect that not fire an event or return the correct related target. In this case the options list from that select parent.
Updated•12 years ago
|
Group: core-security
Reporter | ||
Updated•12 years ago
|
![]() |
||
Updated•12 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
Whiteboard: [bugday-20140127]
Comment 1•11 years ago
|
||
The menu definitely isn't working, but I can't tell if this is an error in your javascript or if it's a bug.
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•