Review request for 7124283: [macosx] Can't move focus out of a table with the keyboard (original) (raw)
Anthony Petrov anthony.petrov at oracle.com
Wed Jan 11 03:40:55 PST 2012
- Previous message: Review request for 7124283: [macosx] Can't move focus out of a table with the keyboard
- Next message: [7u4] Request for approval for CR 7124283 - [macosx] Can't move focus out of a table with the keyboard
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: Review request for 7124283: [macosx] Can't move focus out of a table with the keyboard
- Next message: [7u4] Request for approval for CR 7124283 - [macosx] Can't move focus out of a table with the keyboard
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]