-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Polymer 3 and Web Components #226
Comments
Unfortunately yes, but supporting Shadow DOM is a big goal for us and currently being worked on 👍 Expect it to be one of the next features we release |
VERY happy to hear that! The library looks awsome, was really sad when i realized that it didnt work. |
Please work in this! 😄 |
duplicate of #153 |
I was trying to do the same but it did not work with shadow DOM. |
@tsov Can i ask if this is worked on at all or if i should try to find other solution? |
Any update about this feature? |
+1 |
For support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
1. Apply either the
bug
orfeature-request
labelCant find the label sidebar..
2. Describe the
bug
orfeature
Trying to make this project work with Polymer 3.0 and the LitElement (lit-html).
Cant reference via npm since its not in esmodules (please add!), but using the CDN script tag.
I setup the Draggable most default example in the _firstRendered() (tried other places also), but the items wont become draggable. Here is my code:
tried different combos for the constructor of Draggable, passing it which classnames to be draggable etc. Am i right to think that its the Shadow DOM that stops it from working? Since this does not yield a result: document.querySelector('.drag')?
3. If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
4. Please tell us about your environment:
The text was updated successfully, but these errors were encountered: