-
Notifications
You must be signed in to change notification settings - Fork 33
binding within style attribute breaks in IE #121
Comments
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="48" height="48"hspace="10"> Comment by sethladd Sorry, is this Polymer or Angular? Added NeedsInfo label. |
This comment was originally written by andriy....@gmail.com Pure Polymer, thanks for looking. |
<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl Added Area-Polymer, Triaged labels. |
<img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="48" height="48"hspace="10"> Comment by jmesserly Removed Area-Polymer label. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Added this to the 1.6 milestone. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Removed this from the 1.6 milestone. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Removed Polymer-P-1 label. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Added PolymerMilestone-Next label. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Removed Polymer-Milestone-Next label. |
<img src="https://avatars.githubusercontent.com/u/2590778?v=3" align="left" width="48" height="48"hspace="10"> Comment by RWander Still <div style="{{css}}"> doesn't work in IE only.. |
<img src="https://avatars.githubusercontent.com/u/2590778?v=3" align="left" width="48" height="48"hspace="10"> Comment by RWander are there plans to include the fix of this issue in polymer 0.12.0? |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Just to have more information, what version of IE are you using? We plan to release 0.12.0 fairly soon, so I don't believe this will be fixed by the time we release it. But we can easily push another version after we find what the problem is and a way to fix this. |
<img src="https://avatars.githubusercontent.com/u/405837?v=3" align="left" width="48" height="48"hspace="10"> Comment by zoechi There are SO questions about this |
<img src="https://avatars.githubusercontent.com/u/2590778?v=3" align="left" width="48" height="48"hspace="10"> Comment by RWander The simple code <div style="{{css}}"> doesn't work in both IE 10 and IE11 |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Thanks gzoechi@! Indeed, seems this is a quite relevant link from that github issue: We seem to have tests in template_binding for this as well, so that might be all you need to do to make this work in IE, change: <div style="{{css}}"> to <div _style="{{css}}"> Let us know if that fixes the issue. Cheers! Added Waiting label. |
<img src="https://avatars.githubusercontent.com/u/984921?v=3" align="left" width="48" height="48"hspace="10"> Comment by jakemac53 Assuming this is stale, the _style fix should work Added AssumedStale label. |
This comment was originally written by matty...@gmail.com _style worked for me. Thanks! |
Originally opened as dart-lang/sdk#17075
This issue was originally filed by andriy....@gmail.com
<div style="width:{{width}};height:{{height}}"> Will work in firefox and chrome, but not in IE.
The text was updated successfully, but these errors were encountered: