question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Progress bar not rendering correctly in IE 11

See original GitHub issue

Summary 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 questionnaire card render glitch

Your environment

  • This only happens in IE 11 and Edge.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kevinsqicommented, Aug 7, 2019

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.

0reactions
kevinsqicommented, Jun 27, 2022

Closing this due to IE11 being sunsetted.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found