Re: Receiving unicode keyboard input

2011-07-27 Thread Aki Inoue
Bill, > Thanks for responding. The problem is that Safari or webkit does not > implement this new spec correctly, i have filed a webkit bug and included a > copy below. OK. I cannot comment on the behavior since I'm not WebKit :-). > I could try to do something clever to dance around this, but

Re: Receiving unicode keyboard input

2011-07-27 Thread Bill Appleton
Hi Aki, Thanks for responding. The problem is that Safari or webkit does not implement this new spec correctly, i have filed a webkit bug and included a copy below. I could try to do something clever to dance around this, but then if they change it i would have a deployed problem in the field. I

Re: Receiving unicode keyboard input

2011-07-26 Thread Aki Inoue
Bill, You cannot directly access the Cocoa text handling method inside the NPAPI plugins. Instead the NPAPI's Cocoa extension defines the composition handling logic by itself. Refer to the 'Text Input' section in this document . Aki On 2011/07