From ee63c1aa3f902b56e85a75267bc0436dee9b9b2b Mon Sep 17 00:00:00 2001 From: awgy Date: Sat, 5 Feb 2011 07:45:37 -0600 Subject: [PATCH] Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed after drag in Gecko(cherry picked from commit cf0649ed6abcee7045308a8cdbe9123259fa064a) --- tests/visual/mouse/mouse_ticket_6946.html | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 tests/visual/mouse/mouse_ticket_6946.html 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 -- 2.39.5