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

[CircularProgress] IE, Safari: weird behavior #707

Closed
luisrudge opened this issue May 28, 2015 · 8 comments
Closed

[CircularProgress] IE, Safari: weird behavior #707

luisrudge opened this issue May 28, 2015 · 8 comments
Labels
component: CircularProgress The React component component: progress This is the name of the generic UI component, not the React module!

Comments

@luisrudge
Copy link
Contributor

progress-circular-weird

@luisrudge
Copy link
Contributor Author

Ops, sorry. Forgot to add my browser info:

image

@bruce55
Copy link

bruce55 commented Jun 2, 2015

Same on Edge

@castrolol
Copy link
Contributor

IE11 not support transitions on SVG elements, that's the problem

see the example... http://jsfiddle.net/cK4SM/14/

@hai-cea hai-cea changed the title IE: weird behavior progress circular [Progress] IE: weird behavior progress circular Jun 19, 2015
@shaurya947
Copy link
Contributor

Then I suppose there is nothing we can do about this? @luisrudge @castrolol

@luisrudge
Copy link
Contributor Author

Can we have a fallback for that? Not supporting at least IE11 seems a bit wrong :(

@FranBran
Copy link

FranBran commented Apr 5, 2016

Then I suppose there is nothing we can do about this? @luisrudge @castrolol

MaterializeCSS obviously found a way to handle it in IE

@johann-sonntagbauer
Copy link

the suggestion from @DERIIIFranz works like a charm. Would suggest to move to the solution MaterlizeCSS has to offer. They built their loader with a bunch of animations layed on top of each other.
Integrated the code as proof of concept into our product. Works well and effort was quite small.

@oliviertassinari
Copy link
Member

I'm closing this issue for this one #5524.

mnajdova pushed a commit to mnajdova/material-ui that referenced this issue Nov 10, 2020
@oliviertassinari oliviertassinari added the component: progress This is the name of the generic UI component, not the React module! label Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: CircularProgress The React component component: progress This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

10 participants