aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.draggable.js
Commit message (Collapse)AuthorAgeFilesLines
* sortable: connecting draggables to a sortable and dropping them on the ↵Paul Bakaus2008-05-291-1/+5
| | | | sortable now also triggers a "receive" event, where the sender will be the original draggable. Moving out of the sortable while dragging a connected draggable will not trigger the stop/update events anymore.
* draggable - ui-draggable and ui-draggable-disabled classes were not being addedRichard Worth2008-05-261-2/+9
|
* draggable: fixed #2791Paul Bakaus2008-05-261-1/+1
|
* sortable: refactored big parts of sortable with new parts of draggable - ↵Paul Bakaus2008-05-261-9/+6
| | | | scrolling problems should be fixed now, as well as many others.
* draggable: removed helpr animation from connectToSortable in favor of callbacksPaul Bakaus2008-05-251-8/+0
|
* sortable,draggable: made connectToSortable work again, now works with ↵Paul Bakaus2008-05-251-69/+95
| | | | multiple sortables (closes #2785)
* draggable, droppable: added a class do the active draggable helper, that ↵Paul Bakaus2008-05-251-0/+2
| | | | will be ignored by droppables as droppable target (fixes #2886)
* draggable: fixed absolute positioned element's scroll positionsPaul Bakaus2008-05-251-4/+5
|
* draggable: fixed #2919Paul Bakaus2008-05-251-7/+11
|
* merged experimental mouse branchRichard Worth2008-05-251-75/+67
|
* (no commit message)Paul Bakaus2008-05-231-0/+527