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

attrubuteChanged event on "sub-component" not fired in Canary but works in Chrome #131

Closed
SBhojani opened this issue May 14, 2013 · 3 comments

Comments

@SBhojani
Copy link

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.

@sjmiles
Copy link
Contributor

sjmiles commented May 14, 2013

I haven't been able to reproduce it, it's probably a Canary bug. Wait for the next update and see if you are still having the problem.

@SBhojani
Copy link
Author

I updated the code to use "Polymer" instead of "Toolkit": http://jsbin.com/arojop/5/edit.

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.

Waiting for the next Canary update.

@SBhojani
Copy link
Author

Found out the cause. This was due to some experimental Canary features that I had enabled. I reset all of those and the problem went away.

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

2 participants