Re: [pointerevents] Implement penover / pendown / penmove / penup events and similar for other new pointer types. (#359)

> @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