Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeSlider on Touch devices throws error "Unable to preventDefault inside passive event listener invocation" #1751

Closed
raulcrisan opened this issue Jul 7, 2022 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@raulcrisan
Copy link

What package has an issue

@mantine/core

Describe the bug

When using RangeSlider on touch devices I can see in the browser's console some errors:

  • [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
    onTouchMove @ use-move.js?6bc9:75
    onTouchStart @ use-move.js?6bc9:72

  • Unable to preventDefault inside passive event listener invocation

image

In which browser did the problem occur

Chrome

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

No response

Possible fix

No response

@raulcrisan raulcrisan added the bug label Jul 7, 2022
@rtivital rtivital added Fixed patch Completed issues that will be published with next patch (1.0.X) and removed bug labels Aug 11, 2022
rtivital added a commit that referenced this issue Aug 12, 2022
…event listener invocation" error appearing in console for touch devices (#1751)
@rtivital
Copy link
Member

Fixed in 5.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

2 participants