<?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>31297</bug_id>
          
          <creation_ts>2009-11-10 08:16:02 -0800</creation_ts>
          <short_desc>[Qt] Input method support is broken in QGraphicsWebView</short_desc>
          <delta_ts>2009-11-11 11:05:25 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt</keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>29799</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Hausmann">hausmann</reporter>
          <assigned_to name="Simon Hausmann">hausmann</assigned_to>
          <cc>joseph.ligman</cc>
    
    <cc>koshuin</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>tonikitoo</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>162056</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2009-11-10 08:16:02 -0800</bug_when>
    <thetext>As it stands right now the SoftwareInputPanelRequest event isn&apos;t sent on QWebPage::handleSoftwareInputPanel().

That prevents the input method from coming on on S60. But there may be more issues.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>162554</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2009-11-11 10:42:25 -0800</bug_when>
    <thetext>http://trac.webkit.org/changeset/50801 fixes the issue in WebKit.

The remaining brokeness is somewhere in QGraphicsView, as the issue is also reproducible without WebKit but a simple QGraphicsTextItem instead.

The latest investigation shows that the graphicsview&apos;s viewport is the focus widget known to the input method, which of course means that the calls to inputMethodQuery() will not end up in QGraphicsView::inputMethodQuery() and therefore never reach the focused graphics item in the scene.

Closing this bug nevertheless as the WebKit part is fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>