Hi all, I stumbled on the following and don't know if this is a bug, and if there are is any fix. Environment is Eclipse Ganymede, Flex Pro Plugin 3 (3.2 SDK)
The setup includes a MenuBar control with several submenus. Also there is a AdvancedDataGrid with several columns and some itemEditors used in these columns. Handling of the itemEditors is through a typical itemEditBegin event function, that handles the event. This works OK as it should. Now let's first use any itemEditor on the ADG (and finish the operation). Then clicking the menuBar, it opens the popup submenu through nenuEvent:MENU_SHOW, as it has to. If I leave the popup open and click anywhere outside, to close the popup, it closes allright, but the previously used itemEditor comes open/selected. This is not supposed to be, but happens all the time, even if I click outside the ADG, anywhere. (The function that handles the itemEditBegin is triggered and the event.target shows the ADG with columnIndex of the previously used itemEditor still selected) Any insight please? Thanks George