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)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: vissu_nbkr, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
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
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
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?
Assignee | ||
Updated•4 years ago
|
Comment 2•2 years ago
|
||
Per https://w3c.github.io/pointerevents/#dfn-pointerout pointerout shouldn't fire if pointer doesn't move.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•1 years ago
|
||
This is a test for https://github.com/w3c/pointerevents/issues/457.
Updated•1 years ago
|
Comment 6•1 years ago
|
||
bugherder |
Updated•1 year ago
|
Description
•