When we press left button of the mouse on the menu item and do not release it ,and when we move the mouse cursor to another menu item,the item focus does not goto the new menu item.The result is,if we press the left button on the wrong menu,we do not have the chance to cancel this operation.
Suggestion:
1.When left button is pressed and we move the mouse,the focused menu item must change synced with the mouse cursor.
2.When the left button is released,no action if taken if the mouse cursor is not on any menu item(such as move the mouse cursor away from the menu),even if a menu item is focused.
3.When right button is clicked while left button is pressed,no action must be taken and the menu must disapper.
4.The above be havior must can be configured through properties.
Suggestion:
1.When left button is pressed and we move the mouse,the focused menu item must change synced with the mouse cursor.
2.When the left button is released,no action if taken if the mouse cursor is not on any menu item(such as move the mouse cursor away from the menu),even if a menu item is focused.
3.When right button is clicked while left button is pressed,no action must be taken and the menu must disapper.
4.The above be havior must can be configured through properties.
- relates to
-
JDK-8167997 JavaFX Menu and MenuBar not consistent with native menus
-
- Open
-
-
JDK-8321174 Provide option to change menu behavior to be more like native applications
-
- Open
-