Hi everybody, I'm using a <mx:MenuBar> component in Flex 3 without any submenus - just top-level menu entries. The problem is that once you've selected a menu item (by clicking on it), the selection changes even when you only rollover with the mouse.
eg: Item A Item B Item C - click Item A to select - rollover Item B - it becomes the currently selected menu item (without clicking!) You can replicate with this simple line: <mx:MenuBar dataProvider="['Item 1','Item 2']"/> Is this expected behaviour (and, if so, how can I turn it off so you have to click in order to change the selection) or a bug? Thanks - Nils.

