mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Draggable Unit: Common now has all failures until more backCompat gets in
This commit is contained in:
parent
ee55a9df42
commit
b7b0fff9b2
@ -14,33 +14,34 @@ TestHelpers.commonWidgetTests( "draggable", {
|
||||
cursor: "auto",
|
||||
cursorAt: false,
|
||||
grid: false,
|
||||
// iframeFix: false,
|
||||
// opacity: false,
|
||||
// refreshPositions: false,
|
||||
// revert: false,
|
||||
// revertDuration: 500,
|
||||
// scroll: true,
|
||||
// scrollSensitivity: 20,
|
||||
// scrollSpeed: 20,
|
||||
// scope: "default",
|
||||
// snap: false,
|
||||
// snapMode: "both",
|
||||
// snapTolerance: 20,
|
||||
// stack: false,
|
||||
// zIndex: false,
|
||||
iframeFix: false,
|
||||
opacity: false,
|
||||
refreshPositions: false,
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
scroll: true,
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 20,
|
||||
scope: "default",
|
||||
snap: false,
|
||||
snapMode: "both",
|
||||
snapTolerance: 20,
|
||||
stack: false,
|
||||
zIndex: false,
|
||||
cancel: "input,textarea,button,select,option",
|
||||
|
||||
// methods
|
||||
// destroy: null,
|
||||
// disable: null,
|
||||
// enable: null,
|
||||
// option: null,
|
||||
// widget: null,
|
||||
destroy: null,
|
||||
disable: null,
|
||||
enable: null,
|
||||
option: null,
|
||||
widget: null,
|
||||
|
||||
// callbacks
|
||||
// beforeStart: null,
|
||||
beforeStart: null,
|
||||
create: null
|
||||
// drag: null,
|
||||
// start: null,
|
||||
// stop: null
|
||||
drag: null,
|
||||
start: null,
|
||||
stop: null
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user