Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants