Re: [pointerevents] Click event while a pointer event is captured

FWIW, current FF does not do the same thing. Since pointer/mouseup happen on different element than pointer/mouseup in capturing case, click isn't dispatched.
FF follows the current spec, but apparently the current spec isn't web compatible :/

Note, current Blink doesn't really seem to capture anything if one tries to capture pointer in a different document. Gecko has also an bug there, but different. Edge behaves sanely.
(click the blue box, *up events should go to HTMLHeadingElement)

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

Received on Wednesday, 28 March 2018 10:07:35 UTC