We are in the process of converting our 1.3 Flex project to the 2.2 API. After making the proper changes, we have begun noticing an issue. Every time we make the following call:
SiteContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_MENU_CLICKED, false, false, itemId));
all of the widgets that are open and the banner flash to a hollow style then come back to normal. Has anybody noticed this issue?