[pointerevents] Pointerup and mouseup events stop firing when the click was started on top of another element on Chromium based browsers. (#433)

ecations has just created a new issue for https://github.com/w3c/pointerevents:

== Pointerup and mouseup events stop firing when the click was started on top of another element on Chromium based browsers. ==
Pointerup and mouseup events are behaving in an unexpected way in Chromium based browsers when the click is started on top another element. In Firefox they seem to work.

You can view the issue in the codepen below. Click on the upper div, hold the mouse button down and move the cursor to the second div. You might get one pointerup to fire, but then it stops working until you click on the second div. After clicking on the second div, it will work once. If you drag from the side where there are no divs, then it works more often:

https://codepen.io/noip/pen/BammGdw?editors=1111

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/433 using your GitHub account


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

Received on Wednesday, 16 February 2022 18:32:48 UTC