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

Fix nextSibling after appendChild #3585

Closed
wants to merge 1 commit into from
Closed

Fix nextSibling after appendChild #3585

wants to merge 1 commit into from

Conversation

jscissr
Copy link
Contributor

@jscissr jscissr commented Apr 13, 2016

If ref_node is undefined instead of null, node.__dom.nextSibling is
undefined instead of null too. Because of this, Polymer.dom(node).nextSibling is the
nextSibling in the browser DOM when it should be null.

If ref_node is undefined instead of null, node.__dom.nextSibling is
undefined too. Because of this, Polymer.dom(node).nextSibling is the
nextSibling in the browser DOM instead of null.
@sorvell
Copy link
Contributor

sorvell commented Jun 22, 2016

Fixes #3730.

@sorvell
Copy link
Contributor

sorvell commented Jun 22, 2016

Closed in favor of #3731.

@sorvell sorvell closed this Jun 22, 2016
@jscissr jscissr deleted the appendchild branch June 22, 2016 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants