diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-11-03 12:44:50 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-11-03 12:44:50 +0000 |
commit | 9be9c9f699611f18a229efca381ec223a8bd14ec (patch) | |
tree | 74dcfc0c8fabd34bd2709acfbdaabb5670ce2ae9 /tests | |
parent | 77d2c66690b7b622779e289d052fa73b4d56e7fc (diff) | |
download | jquery-ui-9be9c9f699611f18a229efca381ec223a8bd14ec.tar.gz jquery-ui-9be9c9f699611f18a229efca381ec223a8bd14ec.zip |
mouse: events and default actions on click are not fired after a drag action has been initiated
Diffstat (limited to 'tests')
-rw-r--r-- | tests/draggable.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/draggable.js b/tests/draggable.js index 74089e72f..c029df6b0 100644 --- a/tests/draggable.js +++ b/tests/draggable.js @@ -628,6 +628,12 @@ test("{ helper: 'clone' }, absolute with scroll offset on root and parent", func }); +module("draggable: behaviour"); + +test("Events should not be executed on the element if drag is initiated", function() { + //TODO: Implement missing test +}); + module("draggable: Tickets"); |