[Webkit-unassigned] [Bug 65264] kNPEventStartIME doesn't work correctly for NPAPI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 11:08:51 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65264





--- Comment #1 from Bill Appleton <billappleton at dreamfactory.com>  2011-08-04 11:08:51 PST ---
This is a serious bug because:

1) on a simple key press the NPCocoaEventTextInput event is NOT sent at all.

2) on multiple key presses for composite characters a key up event (?) is sent on the first key down.

3) the spec on this is quite clear, and Safari and/or WebKit is not in compliance.

We are very uncertain how to correctly receive Unicode text events in a situation like this. We could remap the incorrect events that are received as a special case in Safari, but this might break at a future date.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list