From: awgy Date: Sat, 5 Feb 2011 13:45:37 +0000 (-0600) Subject: Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed after drag... X-Git-Tag: 1.9m5~241^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F104%2Fhead;p=jquery-ui.git Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed after drag in Gecko --- diff --git a/tests/visual/mouse/mouse_ticket_6946.html b/tests/visual/mouse/mouse_ticket_6946.html new file mode 100644 index 000000000..0851d4d19 --- /dev/null +++ b/tests/visual/mouse/mouse_ticket_6946.html @@ -0,0 +1,67 @@ + + + + + Test for Issue #6946 + + + + + + + + + + +

Test for Issue #6946

+

Use the following list to test the steps listed below:

+
+
One
+
Two
+
Three
+
+
+

Expected

+
    +
  1. Drag an item to a new position in the list and release.
  2. +
  3. The click event should be received (appropriately suppressed by jQuery UI).
  4. +
  5. Click the same item.
  6. +
  7. The click event should be received.
  8. +
  9. Click the same item again.
  10. +
  11. The click event should be received.
  12. +
+

Experienced (Gecko/Opera)

+
    +
  1. Drag an item to a new position in the list and release.
  2. +
  3. The click event is not received (never sent by browser).
  4. +
  5. Click the same item.
  6. +
  7. The click event is not received (erroneously suppressed by jQuery UI).
  8. +
  9. Click the same item again.
  10. +
  11. The click event is finally received.
  12. +
+ + +​ \ No newline at end of file