You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
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:
React version:
16.8.6
PrimeReact version:
3.1.3
Browser: [
IE11
Language:
all
The text was updated successfully, but these errors were encountered: