- From: Mark Salsbery via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 Apr 2021 21:17:13 +0000
- To: public-pointer-events@w3.org
> @NavidZ Perhaps I misunderstood. It looks like even passing `{passive: false}` and calling `preventDefault()` on the events does not prevent anything? https://output.jsbin.com/dotowic > > In that case it seems that the model for pointer events is that you could never use an event listener to prevent default behaviors which means we need a way of refining the pointer-action. I'm confused/lost here (but following, as I'm a heavy end user)...I've never had the impression that preventDefault did nothing in pointer event handlers. In that linked example, for example, the preventDefault call prevents text selection with a mouse device (on Edge Chromium at least). That's the type of behavior I've always expected...has that changed? -- GitHub Notification of comment by msalsbery Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/359#issuecomment-824363469 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 21 April 2021 21:17:16 UTC