Closed
Bug 1886525
Opened 11 months ago
Closed 17 days ago
Firefox sends mouseout events with a null relatedTarget when a select control opens
Categories
(Web Compatibility :: Knowledge Base, defect)
Web Compatibility
Knowledge Base
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1778923
People
(Reporter: jgraham, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.25 KB,
text/html
|
Details |
Opening a select control sends a mouseout
event (e
) with null
as e.relatedTarget
whilst Chrome does not. If an event handler depends on the value of e.relatedTarget
this can lead to the select misbehaving e.g. automatically closing on open.
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → sefeng
Comment 2•5 months ago
|
||
I figured this bug could be somewhat related to bug 1882274.
Ah, nevermind, this bug depends on bug 1778923 and edgar is being NI on that bug. I should just let Edgar to deal with this.
Assignee: sefeng → nobody
Comment 4•17 days ago
|
||
Yeah, thanks for the fix!
Status: NEW → RESOLVED
Closed: 17 days ago
Duplicate of bug: 1778923
Flags: needinfo?(sefeng)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•