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
a polymer element fires a -changed event when a property is declared with notify: true and is "observably changed". However, when the property is changed from a data binding, the event is not fired.
This is very surprising, it is not understandable why a property change should behave differently, depending on the way it gets invoked.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
a polymer element fires a -changed event when a property is declared with notify: true and is "observably changed". However, when the property is changed from a data binding, the event is not fired.
This is very surprising, it is not understandable why a property change should behave differently, depending on the way it gets invoked.
Live Demo
https://jsbin.com/fiqisay/edit?html,output
Steps to Reproduce
run the example in jsbin
Expected Results
both child properties should notify
Actual Results
the property updated by the binding doesn't
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: