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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
When a binding in the style attribute causes the attribute to be re-written, any settings to style properties are lost. Perhaps this could be fixed by having style bindings directly update style properties rather than the attribute.
Here's an example, note that the box unexpectedly jumps up when the background data changes:
This will not work because binding in the style attribute causes the attribute to be re-written. I can workaround this in paper-progress but I just want to make a note here.
frankiefu
added a commit
to googlearchive/paper-progress
that referenced
this issue
Oct 13, 2014
When a binding in the style attribute causes the attribute to be re-written, any settings to style properties are lost. Perhaps this could be fixed by having style bindings directly update style properties rather than the attribute.
Here's an example, note that the box unexpectedly jumps up when the background data changes:
http://jsbin.com/matef/3/edit
The text was updated successfully, but these errors were encountered: