[Webkit-unassigned] [Bug 14522] REGRESSION: Cannot paste into an active inline input area

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 23:39:44 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14522





------- Comment #6 from oliver at apple.com  2007-07-19 23:39 PDT -------
Okay, i've looked at this now using RuSwitcher.

This problem is due to that wonderful weakness of Cocoa, namely the call to
interpretKeyEvents does not return a value to indicate that the IME has or has
not handled an event.  To work around this we basically try to guess whether
the IME has consumed the event (in which case we should not forward).  

Because RuSwitcher sends an insertText message we believe it has actually
handled the event, so we stop forwarding it.


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



More information about the webkit-unassigned mailing list