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

DOM manipulation should use Polymer APIs #9

Open
lomori opened this issue Feb 19, 2016 · 0 comments
Open

DOM manipulation should use Polymer APIs #9

lomori opened this issue Feb 19, 2016 · 0 comments

Comments

@lomori
Copy link

lomori commented Feb 19, 2016

I was having weird results with sortable elements that were added dynamically. After spending quite some time debugging my code I've noticed that the underlying Sortable.js module does quite a few DOM inserts and removals directly, without using Polymer.dom calls. Shouldn't it if this library is being used inside a custom web component? See https://www.polymer-project.org/1.0/docs/devguide/local-dom.html.

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