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

IgnoredEventCancel : intervention: Ignored attempt to cancel a touchmove event with canclable=false #7415

Labels
t0ggles Linked to the t0ggles task

Comments

@chonlatit-tpit
Copy link

Check that this is really a bug

  • I confirm

Reproduction link

Bug description

Hi,

We use swiper in our project and we occasionally found the error from error monitoring tools (datadog).
The error is come form /swiper/esm/components/scrollbar/scrollbar.js (see attached files).

We try to reproduced the bug but cant. We used to have the same bug in other parts of our code and we solve this with

if (e.cancelable) {
e.preventDefault();
}
In this case, Is it possible to create pull requests for fixed this one.

Our project used

nextjs (v.12.2)
swiper (v.6.8.4)

313533780-26c9eba0-240e-44a3-9ca2-f64b3b243ac5

Expected Behavior

Should not show error in any browser.

Actual Behavior

Error shown up in some error. (We found from monitoring tool)

Swiper version

6.8.4

Platform/Target and Browser Versions

Android/Chrome Mobile

Validations

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Make sure this is a Swiper issue and not a framework-specific issue

Would you like to open a PR for this bug?

  • I'm willing to open a PR
@nolimits4web
Copy link
Owner

t0ggles-create swiper

Copy link

t0ggles bot commented Mar 25, 2024

Task nolimits4web/SWIPER-79 was created

t0ggles task SWIPER-79

@chonlatit-tpit
Copy link
Author

@nolimits4web Hi, do you need more information ?

Copy link

t0ggles bot commented Mar 28, 2024

Task nolimits4web/SWIPER-79 status changed to Done

@t0ggles t0ggles bot added the t0ggles Linked to the t0ggles task label Mar 28, 2024
@chonlatit-tpit
Copy link
Author

@nolimits4web
Thanks for fixed the code on master branch
I'm not sure is it possible to update on version 6.8.5 ?

@nolimits4web
Copy link
Owner

nolimits4web commented Mar 28, 2024

I'm not sure is it possible to update on version 6.8.5 ?

not possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment