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

Shady DOM distribution can fail for a dom-repeat inside a container with <content select="*"> #3321

Closed
sorvell opened this issue Jan 22, 2016 · 0 comments
Assignees
Labels

Comments

@sorvell
Copy link
Contributor

sorvell commented Jan 22, 2016

This is due to two issues: (1) dom-repeat re-inserts items when it is attached (it should only do so when it was previously detached, (2) Shady DOM logical children tracking does not correctly handle document fragments and can add children multiple times to a container's logical dom (fragment children should only be added if their logical location needs to change).

@sorvell sorvell added the p0 label Jan 22, 2016
@sorvell sorvell self-assigned this Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant