[Webkit-unassigned] [Bug 15057] EditorClientGtk is missing some important keypress handling, patch attached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 21:39:40 PDT 2007


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


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16087|                            |review-
               Flag|                            |




------- Comment #13 from oliver at apple.com  2007-08-22 21:39 PDT -------
(From update of attachment 16087)
Okay, i think i agree with Adam's subsequent comment, I think we just need to
move WebView::interpretKeyEvent and WebView::handleEditingKeyboardEvent into
shared code... it might even be possible to move it into WebCore...
possibly in EventHandler surrounded by a #if !PLATFORM(MAC) block

So 
EventHandler::handleEditingKeyboardEvent(KeyboardEvent*) would do the current
WebView::handleEditingKeyboardEvent behaviour on all non-mac platforms.  and on
mac it would call the editing client


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