<?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>68236</bug_id>
          
          <creation_ts>2011-09-16 03:19:37 -0700</creation_ts>
          <short_desc>[Qt] Mouse button press not recognized with QWebView</short_desc>
          <delta_ts>2011-11-18 03:55:13 -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>UI Events</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>60879</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Titta Heikkala">titta.heikkala</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>koshuin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>468406</commentid>
    <comment_count>0</comment_count>
    <who name="Titta Heikkala">titta.heikkala</who>
    <bug_when>2011-09-16 03:19:37 -0700</bug_when>
    <thetext>Overview:
When opening an xhtml file with a chart one should be able to select a bar from the chart. Following page http://www.highcharts.com/demo/column-drilldown has a bars where selecting a bar should open different view. With QtWebKit (in Qt 4.7.4) the mouse press is not recognized thus selecting a bar is not possible.

Steps to Reproduce:
With the following (simple) code the issue can be reproduced:
int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    QWebView w;
    w.load(QUrl(&quot;http://www.highcharts.com/demo/column-drilldown&quot;));
    w.show();
}

Actual Results:
Selecting a bar has no effect.

Additional Information:
With Qt 4.6.2 it was possible to open another view by selecting a bar. (The chart works with Firefox, Safari and IE)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505665</commentid>
    <comment_count>1</comment_count>
    <who name="Janne Koskinen">koshuin</who>
    <bug_when>2011-11-18 03:52:20 -0800</bug_when>
    <thetext>Root cause is the same as in Bug 60875 .

Problem is in DOM4 construction of TouchStart where if touch is not available TouchStart is null Source/WebCore/bindings/scripts/CodeGeneratorJS.pm .
The draft specification for TouchEvents defines it to be undefined. http://www.w3.org/TR/2011/WD-touch-events-20111027/

Jani is preparing a patch for 60879.

*** This bug has been marked as a duplicate of bug 60879 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505667</commentid>
    <comment_count>2</comment_count>
    <who name="Janne Koskinen">koshuin</who>
    <bug_when>2011-11-18 03:55:13 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; Root cause is the same as in Bug 60875 .
Bug 60879 as correctly set in the duplicate field.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>