Community
Participate
Working Groups
Created attachment 98559 [details] Keyboard modifiers handling for Cocoa StyledText on Cocoa doesn't support keyboard navigation with modifier keys pressed. The attached patch solves the problem by adding checks for the cocoa platform (currently there are only IS_CARBON flag for Macs) and setting correct events state masks.
This may be similar to bug 237486.
This is fixed. The changes in Widget.setInputState() were reject because for me NSEvent.buttonMask() always returns 0.