aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* draggable,droppable,sortable: properly implemented cssNamespace option ↵Paul Bakaus2009-01-071-5/+5
| | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707)
* cancel option should take in account <option> (fixes #3786)Paul Bakaus2009-01-071-1/+1
|
* Happy New YearRichard Worth2009-01-031-1/+1
|
* Draggable: Proper event prefix.Scott González2009-01-031-0/+1
|
* Draggable: Partial fix for #3726: Using this._trigger() instead of ↵Scott González2009-01-031-1/+2
| | | | this.element.triggerHandler().
* Remove trailing spacesEduardo Lundgren2008-12-311-4/+4
|
* draggable: made connectToSortable work fine with helper: 'original' (by ↵Paul Bakaus2008-12-301-0/+5
| | | | removing top/left properties at sort end)
* draggable: containment doesn't respect margins anymore (logical, and fixes 3538)Paul Bakaus2008-12-301-4/+4
|
* draggable: changed default for scroll option to truePaul Bakaus2008-12-301-1/+1
|
* demos: added opacity, revert and scroll demosPaul Bakaus2008-12-301-1/+11
| | | | draggable: fixed positioning issue with relative positioned elements relative to the body during scroll
* sortable: fixed connectToSortable option, wasn't working with Arrays as ↵Paul Bakaus2008-12-111-9/+13
| | | | described in the documentation
* sortable,draggable: fixed issues with _convertPositionTo, missed from latest ↵Paul Bakaus2008-12-111-2/+3
| | | | re-factor, miscalculated the absolute position including scroll
* Source formattingEduardo Lundgren2008-11-281-14/+14
|
* core: improved logic of $.fn.scrollParent, taking positioning in accountPaul Bakaus2008-11-231-116/+114
| | | | draggable: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7
* draggable: added missing default for zIndex and cursorAt, added missing ↵Paul Bakaus2008-11-211-1/+3
| | | | scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6)
* draggable: the snap events 'release' and 'snap' now both have valid ↵Paul Bakaus2008-11-211-2/+2
| | | | mousemove events attached.
* draggable, droppable, resizable, selectable, sortable: formatting changes - ↵Richard Worth2008-11-211-208/+217
| | | | | | moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-66/+66
|
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-101-1/+1
|
* Draggable: Avoid conflict with droppable $.ui.intersect. Now using ↵Eduardo Lundgren2008-11-101-1/+1
| | | | $.ui.intersects.
* Draggable: Using the new core intersect method on connectToSortable.Eduardo Lundgren2008-11-101-133/+132
|
* Draggable - calling the new _ui() method from sortablesEduardo Lundgren2008-11-101-1/+1
|
* draggable: fixed nasty IE related scrolling bug - funny IE includes scroll ↵Paul Bakaus2008-11-061-2/+3
| | | | if you call offset() on <html>
* draggable: fixed two missing defaultsPaul Bakaus2008-11-031-1/+3
|
* draggable: fixed createHelper method (thanks Nate!)Paul Bakaus2008-10-141-2/+2
|
* added some missing draggables defaultsRichard Worth2008-10-081-4/+17
|