-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Unexpected end of input.
in IE11, progress-bar
#2881
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
This seems to be due to the SVG background in buffer mode. Some of the more obvious fixes didn't work. |
kara
added
the
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
label
Feb 3, 2017
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 5, 2017
Fixes an issue that caused IE to throw an XML error and not render the buffering animation. The problem was that we url-escape the SVG itself, but not the hex color which gets added later on, which causes the url to be invalid. This seems to be handled by most browsers automatically, but not IE. Fixes angular#2881.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 8, 2017
Fixes an issue that caused IE to throw an XML error and not render the buffering animation. The problem was that we url-escape the SVG itself, but not the hex color which gets added later on, which causes the url to be invalid. This seems to be handled by most browsers automatically, but not IE. Fixes angular#2881.
tinayuangao
pushed a commit
that referenced
this issue
Feb 10, 2017
* fix(progress-bar): buffer animation not working in IE Fixes an issue that caused IE to throw an XML error and not render the buffering animation. The problem was that we url-escape the SVG itself, but not the hex color which gets added later on, which causes the url to be invalid. This seems to be handled by most browsers automatically, but not IE. Fixes #2881. * chore: fix linter error * Update from md-color to mat-color
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Bug in IE11
What is the expected behavior?
Console without errors
What is the current behavior?
Produce this error:
What are the steps to reproduce?
You can follow this link by using IE 11 and see console:
https://material.angular.io/components/component/progress-bar
The text was updated successfully, but these errors were encountered: