PolymerElements / paper-menu-button

An element that allows composing a trigger and content as a dropdown menu.
https://www.webcomponents.org/element/PolymerElements/paper-menu-button
24 stars 46 forks source link

TypeError: Cannot read property 'cancel' of null when click on paper-menu-button #132

Open jean-maxime opened 6 years ago

jean-maxime commented 6 years ago

Description

When I click on the paper-menu-button and the listbox show, I've got this warnings in the console :

From the file neon-animation-runner-behavior.html:39

error

Here is the code I use :

`

Bonjour [[username]] [[localize('page account')]] [[localize('label logout')]]

`

Any idea ?

Browsers Affected

sandro-k commented 6 years ago

@jean-maxime just had the same error when loading web-animations-next-lite.min.js via <script src="../web-animations-js/web-animations-next-lite.min.js"></script> and later on importing via <link rel="import" href="../bower_components/neon-animation/web-animations.html">

jean-maxime commented 6 years ago

If I remember, I'm note importing web animatio next liten and I don't have problems anymore. Try it and tell me if the problem persist

vrspider commented 5 years ago

Hi @sandro-k is your problem solved ?

sandro-k commented 5 years ago

Can be closed