[Webkit-unassigned] [Bug 18704] [gtk] cannot type letters with dead keys in textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 28 01:38:58 PDT 2008


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20780|review?                     |review-
               Flag|                            |




------- Comment #3 from ap at webkit.org  2008-05-28 01:38 PDT -------
(From update of attachment 20780)
WebEditorClient::doTextFieldCommandFromEvent() is really only about text
fields, which textareas are not. Invoking it for text areas would break Safari
on the Mac, besides not being true to its name.

We could of course add another client method just for textareas, but processing
dead keys in element default handlers doesn't seem right to me in general, it
is a much lower level task. Perhaps WebEditorClient::handleKeyboardEvent()
would be more appropriate.


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