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

Progress Bar Component Set With indeterminate Attribute Is Not Animated In Mobile Safari #891

Closed
Zozman opened this issue Aug 31, 2022 · 1 comment
Assignees
Labels
bug Things that aren't working right in the library.

Comments

@Zozman
Copy link

Zozman commented Aug 31, 2022

Describe the bug

In the latest versions of Mobile Safari, the indeterminate version of sl-progress-bar is not animated.

To Reproduce

Steps to reproduce the behavior:

  1. Create a <sl-progress-bar> with the indeterminate attribute.
  2. View the component on an iOS device using Mobile Safari.

Demo

The issue can be observed by viewing the component's documentation at https://shoelace.style/components/progress-bar?id=indeterminate in Mobile Safari on an iOS device.

Video

RPReplay_Final1661926769.mov

Browser / OS

  • OS: iOS 15.6.1
  • Browser: Mobile Safari
@Zozman Zozman added the bug Things that aren't working right in the library. label Aug 31, 2022
@claviska
Copy link
Member

claviska commented Sep 2, 2022

Thanks for posting this! It looks like Safari doesn't want to animate inset-inline-start. I've reverted the animation to use non-logical properties, but the opposite animation for RTL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that aren't working right in the library.
Projects
None yet
Development

No branches or pull requests

2 participants