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

binding style attribute in IE doen't work #327

Closed
dsportes opened this issue Oct 23, 2013 · 2 comments
Closed

binding style attribute in IE doen't work #327

dsportes opened this issue Oct 23, 2013 · 2 comments

Comments

@dsportes
Copy link

This short example works fine in Chrome, not in IE10. What is wrong in it ?

image

@sorvell
Copy link
Contributor

sorvell commented Oct 23, 2013

@rafaelw Here's a jsbin showing the problem.

http://jsbin.com/ENorAtI/3/edit

Inspect the element containing 'Hello 1 !'. It's expected to have a style attribute but does not.

@rafaelw
Copy link
Contributor

rafaelw commented Oct 23, 2013

This is because IE11 incorrectly sanitizes some content attributes. There's an existing bug for this. I'll implement the proposed fix shortly:

googlearchive/TemplateBinding#110

@rafaelw rafaelw closed this as completed Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants