Bug Tracker

Changeset 5075

Show
Ignore:
Timestamp:
03/18/08 12:53:45 (9 months ago)
Author:
rdworth
Message:

[UI Tests] Draggable - added test for cancel:

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/tests/uiTest.draggable.js

    r4970 r5075  
    1818                }, 
    1919                "cancel" : { 
     20                    "(empty)" : "$('#foo').append('<' + 'input type=\"text\"/>').draggable({ cancel: '' });", 
    2021                    "div" : "$('#foo').draggable({ cancel: 'div' });", 
    2122                    "code" : "$('#foo').draggable({ cancel: 'code' });",