-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[CircularProgress] Only works with Chrome #5524
Comments
Seems that |
Should be able to fix it using jss fallbacks i think. But not sure how to make it dynamic with the current style prop? Or should i want for you to update Also, i didnt find any documentation regarding |
@oliviertassinari Looks like another use-case for jss dynamic styles. |
This is also happening on FF (could be also on Edge & IE but I don't have them to test on..) |
Same story on IE11 and Edge 14. Only working with Chrome then 🙈 . |
FYI - the bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1258270 |
My 2 cents on the issue, it probably should be prioritized very high cause it's better to have fewer components to be used than having some which do not work on all browsers except 1 :) I'll try to see if I have some time to give it a try but probably gonna be hard to find some |
Same here. |
I have implemented a fallback function in JS for CSS calc, which works fine. The bug in Firefox has been reported a year ago and still not fixed, so I think that we should use some kind of JS fallback until it is fixed on the browsers side. Here are my changes (the "size" property of the component is hardcoded for now): |
@arsen / @oliviertassinari - what are the consequences of upgrading those to the latest version? Is that a good path to give with? |
@kazazor I'm working on upgrading JSS. That could be our first use case for the dynamic CSS feature of JSS. I will try to support it. |
Should be possible to move forward with this once #7633 is done (Linking for reference and tracking) |
Got this issue on Safari 11.0. |
Circular progress doesn't work on safari, it looks full.
Open next docs in safari.
Versions
The text was updated successfully, but these errors were encountered: