<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>29372</bug_id>
          
          <creation_ts>2009-09-18 06:28:14 -0700</creation_ts>
          <short_desc>[Qt] JavaScript onkeyup events don&apos;t fire in QtWebKit when IME is used</short_desc>
          <delta_ts>2010-03-17 11:23:32 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>33165</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tor Arne Vestbø">vestbo</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jturcotte</cc>
    
    <cc>robert</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>148057</commentid>
    <comment_count>0</comment_count>
    <who name="Tor Arne Vestbø">vestbo</who>
    <bug_when>2009-09-18 06:28:14 -0700</bug_when>
    <thetext>This bug report originated from issue QTBUG-2542
&lt;http://bugreports.qt.nokia.com/browse/QTBUG-2542&gt;

--- Description ---

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

&lt;html&gt;
&lt;body&gt;
&lt;input type=text onkeyup=&quot;alert(&apos;a&apos;);&quot;&gt;&lt;/input&gt;
&lt;/body&gt;
&lt;/html&gt;

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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>197282</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Hogan">robert</who>
    <bug_when>2010-03-08 13:16:25 -0800</bug_when>
    <thetext>Is it connected with this somehow?

void EditorClientQt::handleKeyboardEvent(KeyboardEvent* event)
{
    Frame* frame = m_page-&gt;d-&gt;page-&gt;focusController()-&gt;focusedOrMainFrame();
    if (!frame || !frame-&gt;document()-&gt;focusedNode())
        return;

    const PlatformKeyboardEvent* kevent = event-&gt;keyEvent();
    if (!kevent || kevent-&gt;type() == PlatformKeyboardEvent::KeyUp)
        return;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200875</commentid>
    <comment_count>2</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2010-03-17 11:23:32 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 33165 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>