-
Notifications
You must be signed in to change notification settings - Fork 14
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
nested repeat test #6
Conversation
@cdata |
Nice find! Hopefully we can work around this. On Tue, May 19, 2015 at 10:53 PM, Aleksandar Totic <[email protected]
|
<template> | ||
<template id="repeater" is="dom-repeat"> | ||
<div>{{item}}</div> | ||
</template> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't a dom-repeat require bound items
in order to actually repeat something? Where do you set the items?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does require items. Bug happens before items are even generated, template-repeater gets an empty template. Trust me, importNode is the culpit.
Bug is already known: Polymer/polymer#1443 |
@atotic after talking with the core guys, I don't think this test will ever pass (even when the "bug" in Polymer is fixed). I'm gonna close the PR for now, let's talk about it offline! |
Added a test that demonstrates a bug with dom-repeat fixtures on Safari.