-
Notifications
You must be signed in to change notification settings - Fork 107
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
Crashes when clicked: KeyframeEffect is not defined #305
Comments
@floribon |
@aravindnc ideally I wouldn't change the containing HTML page as I'm only producing a JS file of my web component. So there is no way for it to be self contained? (except for webcomponents-loader which make sense to be an external file for polyfils) |
If you're only producing a JS file of your web component, you should be able to just import that JS file. (In Rails importing
|
@mnd-dsgn thanks, I tried that but when I import that file I get a
This is because that script uses a global Would that qualify for a bug? No other dependencies that I've seen relies on a global |
Would the |
This was due to missing slot="dropdown-content". Also, fixed a console exception due to PolymerElements/paper-dropdown-menu#305 We don't use animations in other places and disable it. This was the only call site remaining. Fixes #453
This was due to missing slot="dropdown-content". Also, fixed a console exception due to PolymerElements/paper-dropdown-menu#305 We don't use animations in other places and disable it. This was the only call site remaining. Fixes #453
Solutions above didnt work for me. Turned the animations off and wrote my own stuff. If that could also work for you just opt-out using the no-animations attribute |
I'm getting this error even when using the exact same HTML as given in the demo:
When I click on the dropdown:
Using Polymer 3, in particular:
@polymer/polymer: ^3.1.0
@polymer/paper-dropdown-menu: 3.0.1
Is there any workaround to have this working? Where is KeyframeEffect defined? Thanks
Note that I don't need any specific transition, just the default look and feel of paper-dropdown.
Browsers Affected
The text was updated successfully, but these errors were encountered: