Re: [pointerevents] Should pointerover and pointerenter work on mobile? (#346)

I can't believe this is closed...I just spent 2 days trying to do a simple pointermove event. all opened tickets are merged or close and nothing been solved. It seems it's coming from the fact that event.pointerId got incremented each time the pointer hit boundaries of a container.
as @trusktr suggested using:
`event.target.releasePointerCapture(event.pointerId);`
at the right time will avoid the the pointerId to be incremented. only then onpointermove will work as expected. thx @trusktr 

-- 
GitHub Notification of comment by antoine10245
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/346#issuecomment-1145098938 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 2 June 2022 17:04:53 UTC