Closed Bug 1944212 Opened 5 days ago Closed 5 days ago

`mouseover` has wrong `relatedTarget` if the last `mouseover` target is removed

Categories

(Core :: DOM: Events, defect)

defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: masayuki, Assigned: masayuki)

References

(Blocks 1 open bug)

Details

(Keywords: parity-chrome, webcompat:platform-bug)

No description provided.

https://w3c.github.io/uievents/#event-type-mouseover

MouseEvent.relatedTarget : indicates the event target a pointing device is entering, if any.

I think it's typo, must be is leaving.

Chrome sets the removed last mouseover target to relatedTarget, but it does not make sense for me because we need to keep maybe unnecessary nodes for long time.

Okay, further investigation, I think that this is INVALID because the relatedTarget should be same as the deepest last mouseenter.

Status: ASSIGNED → RESOLVED
Closed: 5 days ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.