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. The click event should be received (appropriately suppressed by jQuery UI).
  3. Click the same item.
  4. The click event should be received.
  5. Click the same item again.
  6. The click event should be received.

Experienced (Gecko/Opera)

  1. Drag an item to a new position in the list and release.
  2. The click event is not received (never sent by browser).
  3. Click the same item.
  4. The click event is not received (erroneously suppressed by jQuery UI).
  5. Click the same item again.
  6. The click event is finally received.