PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Dropdown displays warnings when clicked #249

Closed kreinholt closed 6 years ago

kreinholt commented 7 years ago

Description

When the dropdown is clicked or an item is selected with DevTools open, 3 warnings are displayed stating KeyframeEffect is not defined.

Expected outcome

No warning messages

Actual outcome

3 warning messages

Live Demo

https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu

Steps to reproduce

  1. Goto https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
  2. Open Dev Tools
  3. Click 'brontosaurus'

Browsers Affected

joostdebruijn commented 6 years ago

For others with the same issue: updating to neon-animation@2.1.0 causes this warning tobecome an error causing the paper-dropdown-menu element to stop working. To prevent that, pin neon-animation to 2.0.2 in your Bower-file.

notwaldorf commented 6 years ago

cc @e111077