[Webkit-unassigned] [Bug 40518] [GTK] Last Hangul letter is typed again when a composition is finished with mouse press

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 7 02:08:54 PDT 2010


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


Joone Hur <joone at kldp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63137|0                           |1
        is obsolete|                            |
  Attachment #63137|review?                     |
               Flag|                            |




--- Comment #10 from Joone Hur <joone at kldp.org>  2010-08-07 02:08:53 PST ---
Created an attachment (id=63811)
 --> (https://bugs.webkit.org/attachment.cgi?id=63811)
Proposed Patch4

I updated the patch according to Martin's review except applying the code below.

if (!targetFrame->editor()->hasComposition())
        return;

Because, the above code can't check whether a composition completes when a mouse press fires at a different editing position.

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