Description
MenuBar.Items take the focus away from the currently focused component, making it impossible to apply a menu action to the focused component. It is OK for Menu.Items to rely on focus state, since they live in another window, but MenuBar.Items live in the same window as the component and should not steal the focus.