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

Duplication in the Elements tree #339

Closed
rickbrew opened this issue Jan 21, 2016 · 0 comments
Closed

Duplication in the Elements tree #339

rickbrew opened this issue Jan 21, 2016 · 0 comments
Assignees

Comments

@rickbrew
Copy link
Contributor

Looks like this actually broke back in #237 .

When we transmit DOM changes to Chrome, we need to keep track of all the elements for each transmission so we don't send over duplicates. When we send over DOM.childNodeInserted(E), which includes E and its sub-tree "by value", we must not send over DOM.childNodeInserted() for any children of E, otherwise they'll be duplicated.

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

1 participant