Community
Participate
Working Groups
A MenuDetectListener is attached to the tab folder in StackRenderer's showTab(MUIElement) implementation. Since this method is called every time there's a tab change, we are creating N listeners for N number of tab changes.
Created attachment 196460 [details] StackRenderer patch v1 Change the renderer to hook the listener in its hookControllerLogic(MUIElement) method.
(In reply to comment #1) > Created attachment 196460 [details] > StackRenderer patch v1 Patch released to CVS HEAD.