Closed Bug 1529904 Opened 5 years ago Closed 11 months ago

Attach a pointerout event on a dom, when a overlay appears on the top of dom if the mouse is not moved the pointerout event is not triggered

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

65 Branch
defect

Tracking

()

RESOLVED FIXED
115 Branch
Tracking Status
firefox115 --- fixed

People

(Reporter: vissu_nbkr, Assigned: edgar)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

Attached image firefoxissue.gif

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36

Steps to reproduce:

Create a div with a height and width.
Add an eventlistener pointerout and click to the dom.
On click create an overlay on top of the DOM and not move the DOM.

Actual results:

The pointer out is not triggered.

Expected results:

The pointer out should have been triggered by the browser as there is overlay on top of it.
https://jsbin.com/pevofukono/2/edit?html,css,js,console,output

Component: Untriaged → DOM: Events
Product: Firefox → Core
Blocks: 822898
Priority: -- → P3

Update js bin for better understanding.
https://jsbin.com/hicexur/2/edit?html,css,js,console,output
Could you please let me know if there is nay tentative date for fixing this issue?

Component: DOM: Events → DOM: UI Events & Focus Handling

Per https://w3c.github.io/pointerevents/#dfn-pointerout pointerout shouldn't fire if pointer doesn't move.

Severity: normal → S3
Blocks: pointerevent
No longer blocks: 822898
Assignee: nobody → echen
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/575a2c919e5c
Add a test for no pointerout event is fired if the pointer doesn't move; r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/40224 for changes under testing/web-platform/tests
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Upstream PR merged by jgraham
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: