Progress bar not rendering correctly in IE 11
See original GitHub issueSummary of issue
-
When rendering a
CircularProgressbarWithChildren
in IE11 and Edge the progress is not filled in correctly until you hover and update the component. -
I’m not entirely sure what is causing this but here is what the code is for the piechart
<div style={{ width: "96px", padding: "0", margin: "0" }}>
<CircularProgressbarWithChildren
backgroundPadding={0}
circleRatio={1}
value={percentage}
strokeWidth={10}
styles={buildStyles({
pathColor: colors.secAction
})}
/>
</div>
note This gif is taken from a VM
Your environment
- This only happens in IE 11 and Edge.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
IE11- not rendering progress bar correctly initially #163 - GitHub
I'm running into an issue where IE11 and below is not rendering the full progress bar and I can't figure out why.
Read more >Progress bar animation not working in IE 11 - Stack Overflow
The linked page seems to work fine in IE11. How exactly have you loaded the scripts? – Teemu. Dec 31, 2018 at 10:40....
Read more >Progress Bar (IE8 vs IE11) - Microsoft Community
Recently, I updated Internet Explorer (IE8 to IE11). Issue is ... I have no "Progress Bar" (Green bar at bottom showing Progress) ....
Read more >Navigation menu not displaying properly in Internet Explorer
The navigation menu lists all pages in IE instead of rendering them as dropdown menus like in Microsoft Edge.
Read more >Known Issues for Oracle Content Management
This document describes known issues for Oracle Content Management.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah… this is unfortunate, but if it’s a bug in IE, I’m not optimistic that there’s going to be a great workaround. I can take a closer look soon but I’m not sure I’ll be able to find anything.
Closing this due to IE11 being sunsetted.