taye

Results 46 comments of taye

I think this should work to at prevent the context menu ```js interact(target).on('contextmenu', event => { event.originalEvent.preventDefault() }) ```

I can't reproduce on Ubuntu 21.10 with Chromium 102

They're available for `draggable` as well. Those values work for me. Can you make a demo on jsfiddle.net/?

Installing `@interactjs/types` should fix this.

The situation is improved with the latest version. You shouldn't need to install or import `@interactjs/types`.

Do you have examples of other times this can happen? As far as I'm aware, the lib listens for all of the relevant events that should end a drag -...

Those demos are in iframes, so there's no mouse up coming from the parent window when you click the scrollbars. If they weren't in the iframe, I think it wouldn't...

There currently isn't a way to do this. I'll think about it.