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
I've got the ageChanged function on both the "tk-binding-to-elements" and "just-a-container". When the user moves the age slider to change the value, both events should fire given the bindings. It works fine in Chrome where I get the log from both functions. But, in Canary, I only get the event from the container. The ageChanged event on the "element" is never fired.
Not sure if this is a Polymer/Toolkit bug or a Canary bug.
Thanks.
The text was updated successfully, but these errors were encountered:
Also, I did some further testing. It works on Canary on Windows 8 (32-bit) for me but not on Canary on Windows 7 (64-bit). Not sure if any of this is relevant, though.
Hi,
Please see the code here: http://jsbin.com/arojop/1/edit.
I've got the ageChanged function on both the "tk-binding-to-elements" and "just-a-container". When the user moves the age slider to change the value, both events should fire given the bindings. It works fine in Chrome where I get the log from both functions. But, in Canary, I only get the event from the container. The ageChanged event on the "element" is never fired.
Not sure if this is a Polymer/Toolkit bug or a Canary bug.
Thanks.
The text was updated successfully, but these errors were encountered: