| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
doesn't move when dragging outside of container element
(cherry picked from commit b8b0c528301ab2bfc49e36143a3c4f6451e58ccd)
|
|
|
|
|
|
|
| |
Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."
This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2.
(cherry picked from commit b38dd26da0a7297941839195ff75885d6ecc67d0)
|
|
|
|
|
|
|
| |
jQuery UI 1.8.19 don't respect forcePlaceholderSize."
This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37.
(cherry picked from commit 21df5c27e312c6e5fda66e602abefa51c484d676)
|
|
|
|
|
|
| |
UI 1.8.19 don't respect forcePlaceholderSize.
(cherry picked from commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37)
|
|
|
|
|
|
|
|
| |
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
(cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
|
| |
|
|
|
|
|
|
| |
#8135 - sortable: Horizontal sortable shifts causes elements to shift down.
(cherry picked from commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2)
|
|
|
|
| |
.sortable() after destroy does not work.
|
|
|
|
|
|
| |
#4759 - a major optimization is possible in sortable().
(cherry picked from commit ba6916f22ac3fac993975abc0f86d6cb0bf9c08d)
|
|
|
|
|
|
| |
lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended
(cherry picked from commit 228b1b191b4f668a74e7005fc9c8c9250c090aa9)
|
|
|
|
|
|
| |
the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback.
(cherry picked from commit 8e8a7b015f4f5a76c187dfca9af7519ae356bb16)
|
|
|
|
|
|
| |
http://bugs.jqueryui.com/ticket/6702
(cherry picked from commit 2bf061ea6fd3bad7d6f5a77eebb22b7cc07140e4)
|
|
|
|
| |
(cherry picked from commit 54016b8469345a325e8c1ab6f8a7d17b0f0f8d01)
|
|
|
|
| |
being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution)(cherry picked from commit f1d939bc589fd8d211e0dc540f7d92cfae94a411)
|
|
|
|
|
|
| |
a cancel. Fixes #6879 - Sortable: Calling cancel when there is no sort occurring throws an error.
(cherry picked from commit f165c93127495d5041c3d49fa592fddbe8000bd1)
|
|
|
|
|
|
| |
UI.Sortable .sortable( cancel ) call the this._mouseUp method without param.
(cherry picked from commit cf0c32f335479d00224d69f3c5ff53d147a6a8e6)
|
| |
|
|
|
|
| |
sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list
|
| |
|
| |
|
|
|
|
| |
and GPLv2. Also added a link to http://jquery.org/license.
|
| |
|
|
|
|
| |
ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
|
|
|
|
| |
Fixes #5346 - over and out events not triggered when draggable connected with single (non-nested) sortable.
|
|
|
|
| |
state - only criticals and blockers should be fixed until 1.8 is final
|
|
|
|
| |
sortable tabs demo)
|
|
|
|
| |
Fixes #5111 - 1.8rc1 sortable#over method bugged -- called along with #sort instead of on mouseover.
|
|
|
|
| |
Fixes #5134 - Events not being triggered for drag and drop.
|
| |
|
|
|
|
| |
Partial fix for #5064 - Widget: make multiple instantiation more useful.
|
|
|
|
| |
menu; including menu static tests).
|
|
|
|
| |
Fixes #5023 - Split mouse code into its own file.
|
| |
|
|
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
|