googlearchive / paper-dropdown-menu

A UI control to choose an option from a drop-down menu, similar to a <select>
23 stars 21 forks source link

Dropdown transition causes null reference #44

Open Caanon opened 9 years ago

Caanon commented 9 years ago

Looks like if the menu is opened/closed fast, it causes this.dimensions to be null, breaking resetTargetDimensions.

To repro: 1) Open demo page (https://www.polymer-project.org/components/paper-dropdown-menu/demo.html) 2) Open console 3) Double-click menu

Result: Uncaught TypeError: Cannot read property 'position' of null

lext-7 commented 9 years ago

Cannot read property 'position' of null, too

bholtz commented 9 years ago

Just ran into this and wondering if there has been any news or progress?