Review request for 7124283: [macosx] Can't move focus out of a table with the keyboard
Anthony Petrov
anthony.petrov at oracle.com
Wed Jan 11 03:40:55 PST 2012
Looks good to me.
--
best regards,
Anthony
On 1/11/2012 4:18 PM, Anton V. Tarasov wrote:
> Hello,
>
> Please review a fix for 7124283.
>
> webrev: http://cr.openjdk.java.net/~ant/7124283/v.1/webrev/
>
>
> [ctrl+shift+tab] & [ctrl+tab] key combinations don't trigger focus
> transfer back or forward.
>
> The reason is that a key combination (like [modifier + key]) results in
> sending a performKeyEquivalent: message,
> not a keyDown: one. This method has not yet been implemented in AWTView.m
>
> Thanks,
> Anton.
>
>
More information about the macosx-port-dev
mailing list