-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8u20
-
Component/s: javafx
-
None
Adding show Menu support.
On Mac using: NSAccessibilityShowMenuAction
Any Node that is Role != Node && Role != Parent gets a ShowMenu action.
On windows we could use:
IRawElementProviderSimple2::ShowContextMenu method
But that is only available on Windows 8.1
On Mac using: NSAccessibilityShowMenuAction
Any Node that is Role != Node && Role != Parent gets a ShowMenu action.
On windows we could use:
IRawElementProviderSimple2::ShowContextMenu method
But that is only available on Windows 8.1