aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
Commit message (Collapse)AuthorAgeFilesLines
* draggable: fixed relative position bug (please NEVER check in elem.style ↵Paul Bakaus2008-07-171-17/+9
| | | | just for performance optimizations)
* draggable: removed adding the class ui-draggable in favor of the new data ↵Paul Bakaus2008-07-141-3/+2
| | | | selector
* Minorl performance improvements at draggable initEduardo Lundgren2008-07-101-3/+9
|
* prevent overriding/changing the actual $.ui.mouse object by extending it - ↵Paul Bakaus2008-07-071-1/+1
| | | | this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work)
* draggable: revert option now accepts "invalid", "valid" and true as possible ↵Paul Bakaus2008-07-031-3/+4
| | | | options: true always reverts, "invalid" only reverts when not dropped on a possible target, and "valid" does the contrary (implements #2914)
* draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002Paul Bakaus2008-06-301-0/+1
|
* draggable: removed a silly console.logPaul Bakaus2008-06-241-2/+0
|
* sortable: connected lists items are not refreshed until you actually move ↵Paul Bakaus2008-06-241-2/+4
| | | | into the connected list - this improves performance for connected lists
* draggable: fixed issue when placeholder didn't exist (fixes #3018)Paul Bakaus2008-06-241-5/+5
|
* Draggable: Changed mouse's cancel option from ":input,button" to ":input" ↵Scott González2008-06-181-1/+1
| | | | (button is redundant).
* Fixed #3016 - Distance option defaultRichard Worth2008-06-181-1/+1
|
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* Fixed draggable bug that affects the droppable critically - ↵Eduardo Lundgren2008-06-091-1/+1
| | | | $.ui.ddmanager.current could not be null
* 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-0/+1
| | | | text to be selected in sortables on non-handles.
* 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/+3
| | | | nested in the handle (fixes #2937)
* draggable: fixed cursorAt issue (#2965)Paul Bakaus2008-06-071-4/+5
|
* renamed source -> uiRichard Worth2008-06-071-0/+552