aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
Commit message (Collapse)AuthorAgeFilesLines
* draggable, sortable: include originalPosition in ui hash, implements #3782Paul Bakaus2009-08-231-0/+1
|
* draggable: position and offset were undefined in start callback, fixes #4380Paul Bakaus2009-08-221-2/+2
|
* draggable: made stack accept a selector instead of a complex hash, min value ↵Paul Bakaus2009-08-221-5/+6
| | | | is autodetermined now, implements #4365
* draggable: direct removal of draggable element on drop event doesnt make ↵Paul Bakaus2009-08-211-0/+4
| | | | used plugins fire an error anymore, fixes #4550
* draggable: inline comment to clarify some odd checkJörn Zaefferer2009-08-061-0/+1
|
* Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-6/+19
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵Scott González2009-07-091-1/+0
| | | | absolutePosition from ui hash.
* All mouse-based plugins: Extend $.ui.mouse.defaults. Changed ↵Scott González2009-06-091-5/+2
| | | | $.ui.mouse.defaults.cancel to ":input,option" which is used by every plugin as its default. Fixes #4584 ($.ui.mouse.defaults never used).
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-0/+2
| | | | factory should auto detect getters.
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
|
* draggable: pageX/pageY already do not include scroll offsets in safari, ↵Paul Bakaus2009-02-131-2/+2
| | | | therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check)
* draggable: pageX/pageY already do not include scroll offsets in safari, ↵Paul Bakaus2009-02-131-4/+4
| | | | therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed)
* draggable: pageX/pageY already do not include scroll offsets in safari, ↵Paul Bakaus2009-02-131-4/+4
| | | | therefore it does not need to be substracted again (fixes #4142)
* draggable,sortable: if the offset parent is the body, top/left values should ↵Paul Bakaus2009-02-131-1/+1
| | | | always be normalized to 0 (fixes #4141 - margin on body in safari caused bump)
* draggable: fixed numerous issues with over/out logic on connected sortable ↵Paul Bakaus2009-02-101-3/+16
| | | | lists (fixes #3988)
* Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable ↵Scott González2009-02-051-4/+6
| | | | activate/deactivate callback when receiving a draggable.
* Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable ↵Scott González2009-02-051-1/+3
| | | | receive callback when receiving a draggable.
* Draggable: Removed ridiculousness (some of it anyway).Scott González2009-02-051-14/+9
|
* draggable: missed internal use of ui.absolutePositionRichard Worth2009-02-031-2/+2
|
* Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵Richard Worth2009-02-021-7/+12
| | | | option added)
* Draggable: Fixed #3980: Don't allow connecting to disabled sortables.Scott González2009-02-011-0/+1
|
* draggable: changed option cursor default to 'auto' instead of 'default'Richard Worth2009-02-011-1/+1
|
* draggable: fixed 'o is not defined' exceptionRichard Worth2009-01-301-0/+1
|
* draggable: connectToSortable couldn't accept strings (fixes #3984)Paul Bakaus2009-01-291-1/+1
|
* draggable: containment option now respects the padding (fixes #3957)Paul Bakaus2009-01-291-4/+4
|
* draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ↵Paul Bakaus2009-01-291-1/+2
| | | | ui.offset (fixes #3978,#3977,#3976)
* draggable: fixed snapPaul Bakaus2009-01-271-2/+2
|
* Remove trailing spacesEduardo Lundgren2009-01-241-7/+7
|
* draggable: draggable should not scroll when constrained in one axis (fixes ↵Paul Bakaus2009-01-231-20/+28
| | | | #3868)
* draggable: removed ui.options (fixes #3917)Paul Bakaus2009-01-231-34/+36
|
* whitespaceRichard Worth2009-01-221-11/+11
|
* draggable: defaults should be set to 'false' if disabled, not null (fixes ↵Paul Bakaus2009-01-201-3/+3
| | | | #3878)
* draggable: fixed using Array for containment option (fixes #3877)Paul Bakaus2009-01-201-2/+4
|
* draggable: fixed margin inclusion in snap option (fixes #3853)Paul Bakaus2009-01-191-8/+8
|
* draggable,sortable: if connectToSortable is used, ui.sender has to be the ↵Paul Bakaus2009-01-191-5/+2
| | | | original draggable (fixes #3856)
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-23/+17
|
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-17/+23
|
* Draggable: Fixed # 3808: Setting default opacity to null (preserve current ↵Scott González2009-01-151-1/+1
| | | | opacity).
* Widget factory: Fixed event triggering (again).Scott González2009-01-151-5/+9
| | | | Draggable: To modify the position during drag, you now set ui.position instead of returning new coords.
* Draggable: Fixed connectToSortable option.Scott González2009-01-141-1/+1
|
* Draggable: Reverted r1597 - no idea if there are cases that need to be ↵Scott González2009-01-131-0/+1
| | | | handled that aren't in the test suite.
* Draggable: Removed unnecessary setting of this.positionAbs in _trigger.Scott González2009-01-131-1/+0
|
* draggable: removed unneeded comment blockPaul Bakaus2009-01-091-5/+0
| | | | sortable: fixed sort callback, merged position fixes from draggables
* sortable,draggable: fixed order and propagation of events (fixes #3658, ↵Paul Bakaus2009-01-081-12/+13
| | | | #3730 and #3726)
* draggable: revert 'invalid/valid' now works with dropping on sortables ↵Paul Bakaus2009-01-081-6/+18
| | | | (fixes #3556), beautified demo of connectToSortable demonstrating the reverts on both draggable and sortable
* draggable: if cursorAt was used, revert was reverting to the wrong position ↵Paul Bakaus2009-01-081-3/+5
| | | | (fixes #3699)
* draggable: fixed convertPositionTo (fixes #3710)Paul Bakaus2009-01-081-12/+8
|
* draggable: re-implemented containment and grid support (fixes #3607)Paul Bakaus2009-01-081-3/+34
|
* draggable: second partial fix for remaining scroll issues (for the special ↵Paul Bakaus2009-01-081-10/+13
| | | | case, subtract scrollLeft/scrollTop already in getParentOffset, so calculations become easier in _generatePosition)
* draggable: partial fix for remaining scroll issues (containment, grid broken ↵Paul Bakaus2009-01-081-47/+27
| | | | atm, comes with next commit)