Re: [pointerevents] Release Implicit Capture, Capture at Ancestor Element (#327)

@joyzhong 

I'm finally digging into trying to figure out a workaround for this bug, since unfortunately there's a few devices that use Webkit browsers ;)

This doesn't help my use case necessarily, but for use cases like your CodePen (linked to in your bug report) where there's a child element that doesn't do any pointer event handling, you can try setting ```pointer-events: none;``` in the css. That seemed to work in my testing, allowing the parent element to get the capture as expected.

I'll be joining in the conversation on the bug report soon...

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


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

Received on Tuesday, 23 March 2021 23:27:32 UTC