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.
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.