Re: FullScreen (Exclusive) Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X (Mountain) Lion

2013-11-01 Thread Tim Howe
On 10/30/13 1:05 PM, "Leonid Romanov" wrote: >I've just pushed the fix for this issue. Should appear in main JDK 8 repo >after a while. Thanks so much Leonid. I'd love to try building with this patch and testing our application. Is it the one at http://cr.openjdk.java.net/~leonidr/8013581/web

Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Tim Howe
e >that problem? As far as I know it's a regression against JDK 6. That said I've only tested against 1.7.0_40-b43 and 1.8.0-ea-b111. If it will help I'd be happy to see if it works on the oldest available 1.7 JDK or not. >On Oct 18, 2013, at 10:35 PM, Tim Howe wrote: > &

InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Tim Howe
Unfortunately there seems to be a regression in key event handling in Java 1.7+ on OS X. Mapping actions to control-chorded keystrokes uses what's printed on the physical key regardless of the selected keyboard layout. Therefore when using any other keyboard layout the specified control keys don'

Re: FullScreen (Exclusive) Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X (Mountain) Lion

2013-10-18 Thread Tim Howe
Has there been any movement on this? We rely on full-screen exclusive mode for our application and this is blocking us from upgrading past Java 1.6. I've just checked and the problem still persists in 1.8.0-ea-b111. Unfortunately the workaround described here doesn't fully solve the problem. Sp