-
Bug
-
Resolution: Unresolved
-
P4
-
8u20
When a ContextMenu is showing, the highlighted row (focued) is not cleared if the mouse isn't over a valid menu item. This is a UX problem. It means for instance that if mouse is hovering over a separator, or just outside the ContextMenu, it seems like a mouse press (or release) will select the item, but it won't, and the user is disturbed in his flow.
Only if the items are navigated by keys should they be shown as focused if mouse is not over them. If mouse moves (over the context menu) the key navigation should be cleared and only mouse-over items should be highlighted again.
This is how context menus works on both Windows and OS X, but not JavaFX.
Only if the items are navigated by keys should they be shown as focused if mouse is not over them. If mouse moves (over the context menu) the key navigation should be cleared and only mouse-over items should be highlighted again.
This is how context menus works on both Windows and OS X, but not JavaFX.