-
Notifications
You must be signed in to change notification settings - Fork 1.7k
twice the amount of expected elements are created inside a nested if / repeat #14460
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
Comments
Sorry, here's the details: I have a three element list. I repeat over that list. The custom element has a ready() callback that prints when ready() is called. I see 6 printed lines in the console. I am a null (ID: 177863854) and I am ready I was expecting to see only three lines in console output. |
Added this to the Later milestone. |
Set owner to @jmesserly. |
I'm stealing this from you =) I've been looking at another bug that has some similarities with this (see issue #14459), but I'm not sure if they are the same Set owner to @sigmundch. |
I just tried this again, and it seems to be running ok. This might have been fixed with all the updates John did to node-bind and template-binding in 0.8.8. Similarly the other bug I found last week no longer reproduces. I'll mark as fixed, but please reopen if you run into this again. Added Fixed label. |
Thanks for checking! |
Please see the repro here: https://gist.github.com/sethladd/7161294
Also, here's the public thread: https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/JY46fZIKZ98
The text was updated successfully, but these errors were encountered: