Commit Graph

92 Commits

Author SHA1 Message Date
Scott González
7c2e7965e9 Reverted r695. 2008-09-19 14:20:14 +00:00
Eduardo Lundgren
8d04c3594c Remove Trailing Spaces 2008-09-19 14:08:41 +00:00
Paul Bakaus
9c0942d14f droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the actual droppable (instead of true) in the case of a drop.
draggable: implemented patch that allows revert to be a callback, receives one argument which is the droppable (implements #3175)
2008-09-18 09:51:50 +00:00
Paul Bakaus
9d8e83845c draggable, resizable, sortable: proper usage of _mouseCapture, fixes interaction issues when many plugins are used on the same element (Fixes #3164) 2008-09-16 13:02:21 +00:00
Paul Bakaus
fd40ff0fe0 draggable: destroy method now properly removes the class ui-draggable (Fixes 3424) 2008-09-16 10:39:54 +00:00
Paul Bakaus
b08ae847bf core: hasScroll now checks for overflow hidden, since then the users wants scroll to be hidden
draggable: containment respects overflow hidden (fixes #3328)
2008-09-16 10:38:12 +00:00
Paul Bakaus
7ba2beb903 - kickass draggable refactoring - fixes many bugs, many edge case issues
- added many new tests to draggable, especially related to scrolling and helper clone
2008-09-15 20:26:42 +00:00
Richard Worth
f6008ca694 Fixed #3284 - Put version numbers inside of individual files. 2008-09-04 22:03:30 +00:00
Jörn Zaefferer
dc92efc6e8 draggable: removing logging 2008-09-03 14:30:40 +00:00
Jörn Zaefferer
6174fef86f draggable: sortable.refreshItems got renamed to _refreshItems 2008-09-03 14:27:51 +00:00
Paul Bakaus
ef599c7225 draggable: wrong class when trying to remove iframeFix divs (fixes #3161) 2008-09-01 14:49:28 +00:00
Chi Cheng
d5bbbd2a07 internal methods: mouse* 2008-08-17 08:15:49 +00:00
Chi Cheng
dd6a17b434 Internal methods: fixes #3195, #3196, #3200, #3201, #3209 2008-08-17 02:15:55 +00:00
Chi Cheng
eec36c91aa draggable: fix snapTolerance option instead of default 2008-08-10 07:58:50 +00:00
Paul Bakaus
b65b5d0873 draggable: fixed regression with convertPositionTo method and scroll offsets 2008-07-30 01:42:42 +00:00
Paul Bakaus
2cd638e4a3 draggable: fixed ugly regression when no overflowed container existed 2008-07-29 02:13:02 +00:00
Paul Bakaus
36d96a9e82 draggable: fixed IE scrolling but with overflowing containers and appendTo being used 2008-07-29 01:32:46 +00:00
Paul Bakaus
1bf23b38fd draggable: fixed issue when scroll was set to true, and therefore droppables inside changed their position as well 2008-07-29 00:54:29 +00:00
Paul Bakaus
67b53a582e draggable: fixed overflow calculation in the positioning methods 2008-07-29 00:10:51 +00:00
Paul Bakaus
f2265bf9e6 draggable,droppable: implemented cssNamespace option, if set to false/null, it won't add a class to the element 2008-07-28 21:06:04 +00:00
Paul Bakaus
841751a0d5 1.8: initial version of tree component, dependant upon sortables and droppables
1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues
2008-07-28 18:34:01 +00:00
Paul Bakaus
112493b8b9 draggable: since revert no longer checks for numbers, introduced a revertDuration option 2008-07-25 08:53:42 +00:00
Paul Bakaus
83f858aa28 draggable: implemented more advanced features for the snap option - you can now pass in a object instead of a bolean into "snap", possible keys are the callbacks snap/release (which both receive ui.snapItem) and items (jQuery selector, defaults to :data(draggable)) 2008-07-17 16:13:10 +00:00
Paul Bakaus
db258edf2a draggable: fixed relative position bug (please NEVER check in elem.style just for performance optimizations) 2008-07-17 15:04:42 +00:00
Paul Bakaus
3b300faa61 draggable: removed adding the class ui-draggable in favor of the new data selector 2008-07-14 14:24:00 +00:00
Eduardo Lundgren
184f890e06 Minorl performance improvements at draggable init 2008-07-10 23:47:00 +00:00
Paul Bakaus
c4a99f521b prevent overriding/changing the actual $.ui.mouse object by extending it - this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work) 2008-07-07 07:39:12 +00:00
Paul Bakaus
7c5e5d9c5e draggable: revert option now accepts "invalid", "valid" and true as possible options: true always reverts, "invalid" only reverts when not dropped on a possible target, and "valid" does the contrary (implements #2914) 2008-07-03 14:59:10 +00:00
Paul Bakaus
3603a87d7d draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002 2008-06-30 13:15:00 +00:00
Paul Bakaus
b07cac10cd draggable: removed a silly console.log 2008-06-24 15:57:25 +00:00
Paul Bakaus
4f33a5b3b2 sortable: connected lists items are not refreshed until you actually move into the connected list - this improves performance for connected lists 2008-06-24 15:28:12 +00:00
Paul Bakaus
d204a02320 draggable: fixed issue when placeholder didn't exist (fixes #3018) 2008-06-24 13:32:17 +00:00
Scott González
b057a04d5a Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant). 2008-06-18 14:29:53 +00:00
Richard Worth
de4266422e Fixed #3016 - Distance option default 2008-06-18 11:10:39 +00:00
Scott González
9aeec7f04a Dropped blank line at end of header comments. 2008-06-11 01:36:35 +00:00
Eduardo Lundgren
711c106314 Fixed draggable bug that affects the droppable critically - $.ui.ddmanager.current could not be null 2008-06-09 06:53:37 +00:00
Richard Worth
ee4bd1a9e8 Removed old rev ids from jQuery svn 2008-06-09 06:26:23 +00:00
Paul Bakaus
4b186675af ui-core: added mouseCapture, replacing the condition feature before. Allows text to be selected in sortables on non-handles. 2008-06-09 01:54:28 +00:00
Paul Bakaus
7539a095f6 draggable,sortable: fixed containment "document", added containment: "window" (fixes #2936,#2171) 2008-06-07 23:38:03 +00:00
Paul Bakaus
68d37568e0 draggable, sortable: fixed issue when handle wasn't working with elements nested in the handle (fixes #2937) 2008-06-07 23:25:47 +00:00
Paul Bakaus
47e04b888d draggable: fixed cursorAt issue (#2965) 2008-06-07 22:56:56 +00:00
Richard Worth
a635d0a7c9 renamed source -> ui 2008-06-07 17:37:43 +00:00