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

Receiving unicode keyboard input

2011-07-25 Thread Bill Appleton
Hi All, For an NPAPI plugin we need to receive Unicode keyboard input. We are calling interpretKeyEvents and receiving the insertText message, but if I type option-e (for example) we are not getting the accented-e character. Can anyone shed some light on the right way to get unicode characters? U

Receiving unicode keyboard input

2011-07-25 Thread Bill Appleton
Hi All, For an NPAPI plugin we need to receive Unicode keyboard input. We are calling interpretKeyEvents and receiving the insertText message, but if I type option-e (for example) we are not getting the accented-e character. Can anyone shed some light on the right way to get unicode characters? U