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

Incorrect distribution after adding a fragment that does not include an insertion point after adding a fragment that does #3337

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

Comments

@sorvell
Copy link
Contributor

sorvell commented Jan 27, 2016

Document fragments added to shadyRoots are scanned for insertion points. If one is found then the shadyRoot's list of insertion points is invalidated and on next distribution, the list is updated. However, if a fragment that does not include an insertion point is added after one that does but before distribution, the insertion point list invalidation improperly gets unset.

Problem spot: https://github.com/Polymer/polymer/blob/master/src/lib/dom-api-shady.html#L94

@sorvell sorvell added the p0 label Jan 27, 2016
@sorvell sorvell self-assigned this Jan 27, 2016
dfreedm added a commit that referenced this issue Jan 27, 2016
Fixes #3337. When a doc fragment is added, only update the invalidati…
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