| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined.
(cherry picked from commit 27d10235539e0f5baad6ee7e8d3d91cab65e2cfd)
Conflicts:
ui/jquery.ui.draggable.js
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Draggable: iframeFix always runs with old versions of jQuery.
|
|
|
|
|
|
| |
draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo
(cherry picked from commit 67bd872fe1f8c4763d646f4eca852777e6f7a126)
|
|
|
|
|
|
| |
containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable
(cherry picked from commit 6e6d0b749c4724955a88a0a53ae1378391991064)
|
|
|
|
|
|
| |
causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error
(cherry picked from commit d136e4333e117b33aa16eb9a3a5831a25b1a2dd9)
|
|
|
|
|
|
| |
Demo duplicates DOM Ids.
(cherry picked from commit 98fcb477d6a7091b21e9b7bc0b8c28f798954d47)
|
|
|
|
| |
(cherry picked from commit b1c8a13a1669dca4c4bde97fe2cc8b76f661b432)
|
|
|
|
|
|
| |
container. Fixed #4445 containment ignored when scrolling in overflow div
(cherry picked from commit d62074961171ea00deaae34890b78f917d21bf68)
|
|
|
|
| |
with a connected sortable to force containerCache initialisation/update. Fixed: #5563 - connectToSortable misbehaves if the position of the sortable changes after the sortable and draggable have been initialised as _refreshItems no longer updating container cache.(cherry picked from commit 84257e7f0ae20b81b085f1360c15defdd2b89ea9)
|
|
|
|
|
|
| |
draggable element. Fixed #7084 - Draggable with parent containment and margin
(cherry picked from commit 3a0ec399cdd19c7e7b11934aef559cfa6b8f8258)
|
|
|
|
| |
even if the original element has been removed. Fixes #6871
|
| |
|
|
|
|
| |
containment on position:fixed elements.
|
| |
|
| |
|
|
|
|
| |
and GPLv2. Also added a link to http://jquery.org/license.
|
|
|
|
|
|
| |
position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera"
This reverts commit dc94bbf53628ada1b5d8e7da909f63bfe10f25ff.
|
|
|
|
| |
elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera
|
|
|
|
| |
Fixes #5191 - Draggable: stack option can throw error.
|
|
|
|
|
|
| |
reproduce the issues described in the comments for this code.
Fixes #4824 - draggable broken on inline elements in webkit browsers
|
|
|
|
| |
Fixes #5134 - Events not being triggered for drag and drop.
|
|
|
|
| |
Fixes #4631 - Draggable: Fixed positions include wrong scroll offset in Safari 4.
|
| |
|
| |
|
|
|
|
| |
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
|