Open Caanon opened 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
Cannot read property 'position' of null, too
Just ran into this and wondering if there has been any news or progress?
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