Blocks :
|
|
Blocks :
|
|
Blocks :
|
Use simple test case attached. It defines a menu bar with menu item "Select All" and ctl + A accelerator, and a simple scene graph containing a button, a ListView and a TreeView. When the button is focused, typing (ctl + a) makes the onAction method invoked. When the ListView or TreeView is focused, the onAction is no more invoked. Note that we get the issue only when we do not use the system menu bar. When using the system menu bar (mac os), the onAction method is invoked whatever node is focused as expected.
|