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

v3 preview throws exceptions #135

Open
8 tasks done
TitanNano opened this issue Feb 25, 2018 · 1 comment
Open
8 tasks done

v3 preview throws exceptions #135

TitanNano opened this issue Feb 25, 2018 · 1 comment

Comments

@TitanNano
Copy link

Description

There seem to be some conversion issues in the 3.0.0 preview 10.
The following errors are thrown when clicking the trigger element:
screen shot 2018-02-25 at 01 47 59

Steps to reproduce

Use a snippet from the demo:

      <paper-menu-button>
        <paper-icon-button icon="menu" slot="dropdown-trigger" alt="menu"></paper-icon-button>
        <paper-listbox slot="dropdown-content">
          <paper-item>alpha</paper-item>
          <paper-item>beta</paper-item>
          <paper-item>gamma</paper-item>
          <paper-item>delta</paper-item>
          <paper-item>epsilon</paper-item>
        </paper-listbox>
      </paper-menu-button>

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@ratracegrad
Copy link

I had the exact same error message (but in Polymer 2) using the exact same code snippet from the demo. I was able to resolve this problem by including the web animations polyfill. Once I imported that on my page this error went away.

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

2 participants