[Webkit-unassigned] [Bug 84394] New: [GTK] CompositionEnd events are triggered when typing number keys with IME

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 19 16:02:04 PDT 2012


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

           Summary: [GTK] CompositionEnd events are triggered when typing
                    number keys with IME
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://bug-65093-attachments.webkit.org/attachment.cg
                    i?id=137996
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joone at webkit.org


When you type a number key with IME, the events should be triggered as follows:

1. keydown
2. textInput
3. input
4. keyup

However, compositionEnd is triggered instead of keydown as follows:

1. compositionend
2. textInput
3. input
4. keyup

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