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

ProgressSpinner not visible in IE11 #908

Closed
NoFr1ends opened this issue Jun 3, 2019 · 0 comments
Closed

ProgressSpinner not visible in IE11 #908

NoFr1ends opened this issue Jun 3, 2019 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@NoFr1ends
Copy link
Contributor

I'm submitting a ...

[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57

Current behavior
The ProgressSpinner is in IE11 invisible

Expected behavior
The ProgressSpinner should be visible.

Minimal reproduction of the problem with instructions
Just create a react app, add the IE11 polyfills and add a ProgressSpinner.

It can be easily fixed by adding the following css:

.p-progress-spinner-circle {
    /* fix for IE browsers */
    stroke: #d62d20;
    stroke-dasharray: 89,200;
}
  • React version:
    16.8.6

  • PrimeReact version:
    3.1.3

  • Browser: [
    IE11

  • Language:
    all

@mertsincan mertsincan self-assigned this Jun 21, 2019
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Jun 21, 2019
@mertsincan mertsincan added this to the 3.1.5 milestone Jun 21, 2019
mertsincan added a commit that referenced this issue Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants