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

Autoplay Progress does not work on Mac FireFox #7348

Closed
5 of 6 tasks
tvaught-personal opened this issue Mar 1, 2024 · 4 comments
Closed
5 of 6 tasks

Autoplay Progress does not work on Mac FireFox #7348

tvaught-personal opened this issue Mar 1, 2024 · 4 comments
Labels
t0ggles Linked to the t0ggles task

Comments

@tvaught-personal
Copy link

Check that this is really a bug

  • I confirm

Reproduction link

https://swiperjs.com/demos#autoplay-progress

Bug description

Using the most recent version of FF (123.0) on Mac 14.3.1, the autoplay progress dot is filled and does not draw the circle.

Expected Behavior

No response

Actual Behavior

No response

Swiper version

11.0.7

Platform/Target and Browser Versions

FF (123.0) on Mac 14.3.1

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
@tvaught-personal
Copy link
Author

I believe I've figured out the issue.

The css for the element is currently:

.autoplay-progress svg {
stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
}

The fix, add px after 125.6:

.autoplay-progress svg {
stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
}

This was tested on Mac Safari, Chrome and FF - All Latest Versions.

@nolimits4web
Copy link
Owner

t0ggles-create swiper

Copy link

t0ggles bot commented Mar 19, 2024

Task nolimits4web/SWIPER-74 was created

t0ggles task SWIPER-74

Copy link

t0ggles bot commented Mar 28, 2024

Task nolimits4web/SWIPER-74 status changed to Done

@t0ggles t0ggles bot added the t0ggles Linked to the t0ggles task label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t0ggles Linked to the t0ggles task
Projects
None yet
Development

No branches or pull requests

2 participants