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

Unexpected end of input. in IE11, progress-bar #2881

Closed
szykov opened this issue Feb 1, 2017 · 2 comments · Fixed by #2941
Closed

Unexpected end of input. in IE11, progress-bar #2881

szykov opened this issue Feb 1, 2017 · 2 comments · Fixed by #2941
Assignees
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@szykov
Copy link

szykov commented Feb 1, 2017

Bug, feature request, or proposal:

Bug in IE11

What is the expected behavior?

Console without errors

What is the current behavior?

Produce this error:

XML5602: Unexpected end of input.
Line: 1, Column 252

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

@crisbeto crisbeto self-assigned this Feb 1, 2017
@crisbeto
Copy link
Member

crisbeto commented Feb 1, 2017

This seems to be due to the SVG background in buffer mode. Some of the more obvious fixes didn't work.

@kara 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 crisbeto added the has pr label Feb 5, 2017
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
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants