[Webkit-unassigned] [Bug 29372] New: [Qt] JavaScript onkeyup events don't fire in QtWebKit when IME is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 06:28:14 PDT 2009


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

           Summary: [Qt] JavaScript onkeyup events don't fire in QtWebKit
                    when IME is used
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-2542
<http://bugreports.qt.nokia.com/browse/QTBUG-2542>

--- Description ---

This can be reproduced with the demo-brower with the following page:

<html>
<body>
<input type=text onkeyup="alert('a');"></input>
</body>
</html>

Without IME typing will open the message box for each key-release. If an IME
(ie Chinese) is used, then nothing pop up while typeing. Safari and Internet
Explorer open the message box then as well.

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