Re: [pointerevents] Click event while a pointer event is captured (#75)

so, just checking scenario 2 from the OP.

Chrome fires:

* green pointerdown
* Set pointer capture to blue div
* blue gotpointercapture
* blue pointerup
* _grey click_
* blue lostpointercapture

Firefox currently fires:

* green pointerdown
* Set pointer capture to blue div
* blue gotpointercapture
* blue pointerup
* blue lostpointercapture
* green click

but based on what @smaug---- is saying, this will be changed to match Chrome?

However, checking Safari/MacOS and Safari/iOS, I get the same event sequence as Firefox:

* green pointerdown
* Set pointer capture to blue div
* blue gotpointercapture
* blue pointerup
* blue lostpointercapture
* green click

Also seeing completely differing results with scenarios 3 and 4 now between Chrome, Firefox, and Safari (all completely different).

Is this a discrepancy that is also happening with "the original specification"?

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


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

Received on Monday, 22 February 2021 22:50:34 UTC