Paul Bakaus
|
1c2d48f130
|
sortable: fixed issue when no placeholder is defined, and a issue with the element shown without positioning at drag start
|
2008-06-01 15:56:49 +00:00 |
|
Paul Bakaus
|
5f24485abe
|
draggable: another connectToSortable improvement: the activate/deactivate callbacks are now fired when the draggable starts dragging
|
2008-05-30 11:30:58 +00:00 |
|
Paul Bakaus
|
2d6b7469cb
|
sortable: connecting draggables to a sortable and dropping them on the 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.
|
2008-05-29 12:37:32 +00:00 |
|
Paul Bakaus
|
aba9f32531
|
sortable: options.item can now be a function that returns a jQuery collection
|
2008-05-29 12:12:12 +00:00 |
|
Paul Bakaus
|
dea9af8b4e
|
sortable: implemented advanced placeholder functionality - the placeholder option can now accept a object with two callbacks "element" and "update", where element has to return a valid element (like helper option) and update is called after every update, so recalculating the offset and width/height should happen there.
|
2008-05-29 11:51:44 +00:00 |
|
Paul Bakaus
|
097fc4edae
|
|
2008-05-26 12:05:22 +00:00 |
|
Paul Bakaus
|
e65ce14284
|
sortable: implemented tolerance: "guess", which is also the default tolerance mode now, resolves issues with using tolerance "pointer" (closes #2837)
|
2008-05-26 12:02:02 +00:00 |
|
Paul Bakaus
|
062d02ae5c
|
sortable: fixed containment option
|
2008-05-26 11:29:02 +00:00 |
|
Paul Bakaus
|
356ea57634
|
sortable: refactored big parts of sortable with new parts of draggable - scrolling problems should be fixed now, as well as many others.
|
2008-05-26 11:24:50 +00:00 |
|
Paul Bakaus
|
18296272ad
|
sortable: option dropOnEmpty wasn't working correctly - in fact, you could always drop on empty containers. Now it checks again for the option, but it's default is true.
|
2008-05-26 09:10:48 +00:00 |
|
Paul Bakaus
|
d0d8ee752d
|
sortable,draggable: made connectToSortable work again, now works with multiple sortables (closes #2785)
|
2008-05-25 18:24:02 +00:00 |
|
Paul Bakaus
|
0f9bb627ee
|
core: reverted change that caused all plugins to malfunction - will later be introduced when the tests are ready.
|
2008-05-25 16:41:01 +00:00 |
|
Richard Worth
|
c0f0e4d2cc
|
merged experimental mouse branch
|
2008-05-25 04:04:57 +00:00 |
|
Paul Bakaus
|
ab281b36d7
|
|
2008-05-23 09:26:18 +00:00 |
|