aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.droppable.js
Commit message (Collapse)AuthorAgeFilesLines
* Droppable: Make sure._drop is called for all relevant droppables. Fixes ↵Michael P. Jung2011-11-211-1/+1
| | | | | | #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. (cherry picked from commit fdc332ed5fb7f7e688151d5cae9b450569d73da5)
* Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on ↵Scott González2011-08-121-2/+2
| | | | a.element.parentsuntil in version 1.8.14.
* Droppable: Added dragStart and dragStop to ddmanager and call them from ↵kborchers2011-05-271-0/+11
| | | | | | draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo (cherry picked from commit 67bd872fe1f8c4763d646f4eca852777e6f7a126)
* Droppable: enabled and accepting droppables are now activated prior to ↵Marcel Toele2011-03-111-2/+2
| | | | | | evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry. (cherry picked from commit 86e6ed2eb18adcc7f9f96dc347848608cc3d3120)
* Updated copyright year.Scott González2011-01-171-1/+1
|
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
|
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Droppable: Adjust fit tolerance to allow dropping an element exactly the ↵Scott González2010-07-061-2/+2
| | | | same size as the droppable area. Fixed #5689 - Droppable tolerance fit feature.
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
| | | | Fixes #5134 - Events not being triggered for drag and drop.
* cleaning up dependency listingsJörn Zaefferer2010-02-031-2/+1
|
* $.ui.ddmanager.drop() now works properly for nested droppables.Scott González2010-01-281-1/+1
| | | | Fixes #5095 - Droppable body let revert a div on a valid drop.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-13/+13
| | | | menu; including menu static tests).
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
| | | | Fixes #5023 - Split mouse code into its own file.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+284
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935