summaryrefslogtreecommitdiffstats
path: root/ui/ui.sortable.js
Commit message (Collapse)AuthorAgeFilesLines
...
* sortable: fixed serialize issue when a key was specified as option, but no ↵Paul Bakaus2008-06-261-1/+1
| | | | custom expression
* sortable: extreme performance increase by using setTimeout delegation and ↵Paul Bakaus2008-06-251-13/+30
| | | | local vs. inner scope check in it, tested in FF3, IE6 and IE7, but still experimental
* sortable: connected lists items are not refreshed until you actually move ↵Paul Bakaus2008-06-241-6/+16
| | | | into the connected list - this improves performance for connected lists
* sortable: changed default distance to 1Paul Bakaus2008-06-241-1/+1
|
* sortable:Paul Bakaus2008-06-241-17/+34
| | | | | - recalculating the offset of the offsetParent on refreshPositions as well (fixes #2951, #2976) - fixed hierarchal sortable issues because of sortable-item expando not checking the sortable container (also fixes #2976)
* sortable:fixed #3019, stop being fird too earlyPaul Bakaus2008-06-241-4/+7
|
* sortable: the options.items callback now receives null as first argument, a ↵Paul Bakaus2008-06-191-1/+1
| | | | limited ui object as the second.
* sortable; moved the cursorAt and containment blocks after the start ↵Paul Bakaus2008-06-161-12/+14
| | | | callback, allowing the helper to be resized in the start callback (fixes #3000)
* tests: initial version of sortable tests/Paul Bakaus2008-06-131-0/+1
| | | | sortable: added default value for helper ("clone")
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
|
* ui-core: added mouseCapture, replacing the condition feature before. Allows ↵Paul Bakaus2008-06-091-4/+8
| | | | text to be selected in sortables on non-handles.
* core: cancel checks for type string before it's usedPaul Bakaus2008-06-081-3/+3
| | | | draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value.
* draggable,sortable: fixed containment "document", added containment: ↵Paul Bakaus2008-06-071-1/+7
| | | | "window" (fixes #2936,#2171)
* draggable, sortable: fixed issue when handle wasn't working with elements ↵Paul Bakaus2008-06-071-1/+1
| | | | nested in the handle (fixes #2937)
* renamed source -> uiRichard Worth2008-06-071-0/+665