Test for Issue #6946
Use the following list to test the steps listed below:
Expected
- Drag an item to a new position in the list and release.
- The click event should be received (appropriately suppressed by jQuery UI).
- Click the same item.
- The click event should be received.
- Click the same item again.
- The click event should be received.
Experienced (Gecko/Opera)
- Drag an item to a new position in the list and release.
- The click event is not received (never sent by browser).
- Click the same item.
- The click event is not received (erroneously suppressed by jQuery UI).
- Click the same item again.
- The click event is finally received.