[Webkit-unassigned] [Bug 32290] [GTK] can't input korean into lower all input box except adress input box in webkit gtk launcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 13 12:43:32 PST 2010


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48551|0                           |1
        is obsolete|                            |
  Attachment #48709|                            |review?, commit-queue-
               Flag|                            |




--- Comment #19 from Martin Robinson <mrobinson at webkit.org>  2010-02-13 12:43:31 PST ---
Created an attachment (id=48709)
 --> (https://bugs.webkit.org/attachment.cgi?id=48709)
Patch for this issue (rev4)

I've attached an updated patch with the following changes:
    - Fixed the case where a page calls preventDefault() on some keypress
events.
    - If a key release event is filtered and there is no pending composition,
block the event.
    - Added a few comments which describe the timeline of key events using the
'simple' context.
    - Add two more sets of unit tests.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list