googlearchive / paper-menu-button

An icon button that opens a drop-down menu for use in toolbars, etc.
9 stars 7 forks source link

Error: Uncaught RangeError: Maximum call stack size exceeded (:3737) #24

Closed felipefv closed 10 years ago

felipefv commented 10 years ago

I'm developing a Dart application that has some paper-menu-button elements. They are working fine: when you click the menu button, it shows the menu items and they can handle events.

The problem occurs in two situations: 1 - when you click outside the menu items area (after clicking the menu trigger, of course); 2 - when you click a menu item that has no handler.

This is the error: Uncaught RangeError: Maximum call stack size exceeded (:3737)

I think that this is not enough information, but I need further instructions on how to track the error more properly.

morethanreal commented 10 years ago

If you have a jsbin that would be very helpful.

morethanreal commented 10 years ago

I cannot reproduce this. Please re-open if you still see the issue.