[Webkit-unassigned] [Bug 18693] Cmd-B and Cmd-I events cannot be overriden by JavaScript in editor mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 15:41:29 PDT 2009


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





------- Comment #6 from eric at webkit.org  2009-05-08 15:41 PDT -------
I looked into this a little yesterday.  We're short-circuiting handling of
these events.  I didn't quite know how to hook into the NSResponder/NSTextField
model in order to process the key events at the right time however.  It seems
we might have to implement our own processKeyEvents: which is called from the
EditorClient handleKeyEvent callback.  I should post actual stack traces in the
bug for more intelligent discussion.


-- 
Configure bugmail: https://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