- From: Mark Salsbery via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Mar 2021 23:27:26 +0000
- To: public-pointer-events@w3.org
@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