zanurano / jquery-ui-for-ipad-and-iphone

Automatically exported from code.google.com/p/jquery-ui-for-ipad-and-iphone
0 stars 0 forks source link

Single/Double click event behaviour #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Applied Touch move - start/end for Drag&Drop on Html Table.
2. Applied dblClick on tr element of same table. 
3. Click on row after long time click (before 1 sec.) on same row it is 
considering as a double click (Its need to be suppress previous click event).

What is the expected output? What do you see instead?
  When user single clicked.
  take some pause (some seconds more than 1 sec.).
  And then click again.
  Prev. click should invalid
  And only single click detect instead of doubleClick 

What version of the product are you using? On what operating system?
    iPad default browser

Please provide any additional information below.
    Applied Jquery TnD library

Original issue reported on code.google.com by ashishdr...@gmail.com on 27 Apr 2013 at 8:05