<?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>93044</bug_id>
          
          <creation_ts>2012-08-02 16:24:45 -0700</creation_ts>
          <short_desc>Make double tap gesture send dblclick event</short_desc>
          <delta_ts>2012-08-03 07:23:30 -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>UI Events</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>92412</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>93045</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Rick Byers">rbyers</reporter>
          <assigned_to name="Rick Byers">rbyers</assigned_to>
          <cc>rjkroege</cc>
    
    <cc>sadrul</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>685965</commentid>
    <comment_count>0</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-08-02 16:24:45 -0700</bug_when>
    <thetext>PlatformEvent::GestureTap triggers a mousedown/mouseup/click event sequence.
Similarily, a double tap gesture should be sending mousedown/mouseup/click events with detail=2 (click count) and a dblclick event.  Instead today it just behaves like two taps (eg. both with click count == 1).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>685968</commentid>
    <comment_count>1</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-08-02 16:28:41 -0700</bug_when>
    <thetext>Note that I can&apos;t implement this by consuming GestureDoubleTap.  We want to send GestureTap for the second tap (eg. a element that listens just to taps should be triggerable over and over again), but the derived mouse events it generates need to be different (have a click count of 2).

Therefore I will add a tap count to GestureTap, analogous to the clickCount in PlatformMouseEvent</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>686713</commentid>
    <comment_count>2</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-08-03 07:23:30 -0700</bug_when>
    <thetext>Whoops, I did already have a bug for this.

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

    </bug>

</bugzilla>