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

Latest Update causes glitch, making sliders zoom to the left #7712

Closed
5 of 6 tasks
JanSchuerlein opened this issue Sep 1, 2024 · 0 comments · Fixed by jwinr/threadly#8 · 4 remaining pull requests
Closed
5 of 6 tasks

Latest Update causes glitch, making sliders zoom to the left #7712

JanSchuerlein opened this issue Sep 1, 2024 · 0 comments · Fixed by jwinr/threadly#8 · 4 remaining pull requests

Comments

@JanSchuerlein
Copy link

Check that this is really a bug

  • I confirm

Reproduction link

https://codepen.io/Janomine/pen/PordgEE?editors=1010

Bug description

I'm using the CDN jsdelivr bundle of Swiper v.11@ which was updated on 28. August 2024, this was roughly 72h ago.

Before this date almost everything worked fine and I had not had any major issues.

https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js

We can see that this bundle has been updated on 28. August.
"Released on: August 28, 2024".

Using this newest version, after the first slide is shown, everything glitches to the left side and get's zoomed into.

I've provided an example in the codepen linked to this issue.
The content is not entirely shown because of some missing styles, but the core issue itself is directly recognizable.
The example is using the TailwindCSS JS CDN Playground, but this issue also occurs with normal Tailwind/CSS styling.

Expected Behavior

Play the slides normally like Swiper was doing before

Actual Behavior

After the first slide is shown, the entire Swiper element glitches zoomed to the left side and goes back and for

Swiper version

11.1.11

Platform/Target and Browser Versions

Chrome V. 128.0.6613.113 on macOS Sonoma 14.5

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
@JanSchuerlein JanSchuerlein changed the title Latest Updates causes glitch, making sliders zoom to the left Latest Update causes glitch, making sliders zoom to the left Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment