[Webkit-unassigned] [Bug 13263] REGRESSION: Page scroll when selecting characters from candidate window (inputting foreign Language) by arrow buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 29 20:26:58 PDT 2007


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





------- Comment #6 from adele at apple.com  2007-04-29 20:26 PDT -------
Yes, we had to roll this fix out.  We were assuming that if interpretKeyEvents
does not callback with insertText or doCommandBySelector, that the input method
has handled the key event.

Unfortunately, interpretKeyEvents also does not send any callbacks for some key
bindings that don't map to anything (like cmd-option-apostrophe, which is used
by Mail.app).  So we were incorrectly assuming that the key command was being
eaten by an input method.

We have to find a way to work around this and be able to tell the difference
between a key command that's handled by an input method, and a key command that
just doesn't map to anything. 


-- 
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