[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:16:20 PDT 2007


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





------- Comment #9 from aroben at apple.com  2007-08-22 21:16 PDT -------
(In reply to comment #3)
> Adam, that seems fairly risky to undertake, and i also don't believe it would
> be overly compatible with mac given the excitingly different IM model it uses.

I'm not advocating that the Mac code be altered. The Mac code is very different
from the Windows, Qt, and (now) Gtk+ code, and even if it weren't this isn't a
good time to be mucking around with it.

What I am saying is that, as far as I can tell, Windows, Qt, and Gtk+ all want
the same implementation of EditorClient::handleKeypress. Windows has the most
complete implementation (including handling many key combinations not handled
currently by Qt). I think it makes far more sense for us to spend the time to
make the Windows implementation sharable rather than for Gtk+ to duplicate all
the Qt code (which, as I said, isn't even a complete implementation).


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