You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new version 1.0.7 we get a infinite loop of refocusing on the drawer panel.
We have a drawer panel in our app (actually there are two nested drawer panels) and in that panel we have menu with submenus (multilevel hierarchical menu). On opening and closing of submenus we are modifing the selection in those menus.
With version 1.0.6 of the paper-drawer-panel everything is working OK.
Upgrading to version 1.0.7 results into calls of iron-menu-behaviour's _onFocus handler and the async call of _defaultFocusAsync when opening and closing the submenus.
See the attached screenshot from Chrome's Timeline. You can see the repetative calls in the first row of "Timeline data". The "problematic" timer call is selected with the stack trace.
The text was updated successfully, but these errors were encountered:
With the new version 1.0.7 we get a infinite loop of refocusing on the drawer panel.
We have a drawer panel in our app (actually there are two nested drawer panels) and in that panel we have menu with submenus (multilevel hierarchical menu). On opening and closing of submenus we are modifing the selection in those menus.
With version 1.0.6 of the paper-drawer-panel everything is working OK.
Upgrading to version 1.0.7 results into calls of iron-menu-behaviour's _onFocus handler and the async call of _defaultFocusAsync when opening and closing the submenus.
See the attached screenshot from Chrome's Timeline. You can see the repetative calls in the first row of "Timeline data". The "problematic" timer call is selected with the stack trace.
The text was updated successfully, but these errors were encountered: