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

Re-insert rows when re-attaching. Fixes #1498. Fixes #1714. #1629

Merged
merged 1 commit into from
Jun 4, 2015

Conversation

kevinpschaaf
Copy link
Member

Note, this fix suffers from the same problem as dom-bind (and dom-if) on polyfill, in that the user must manually do remove, CustomElements.takeRecords(), append when moving in order for the element to actually be notified via attached of its change in DOM position (see webcomponents/webcomponentsjs#311). May need to consider another approach for detecting movement.

@kevinpschaaf kevinpschaaf changed the title Re-insert rows when re-attaching. Fixes #1498. Re-insert rows when re-attaching. Fixes #1498. Fixes #1714. Jun 4, 2015
@sorvell
Copy link
Contributor

sorvell commented Jun 4, 2015

LGTM.

sorvell pushed a commit that referenced this pull request Jun 4, 2015
Re-insert rows when re-attaching. Fixes #1498. Fixes #1714.
@sorvell sorvell merged commit 78cca70 into master Jun 4, 2015
@sorvell sorvell deleted the 1498-kschaaf branch June 4, 2015 21:14
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