Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sortable: Fix typo and break lines in comment. | Andrei Picus | 2013-10-18 | 1 | -3/+3 |
| | |||||
* | Interactions: Fixed an off-by-one error in isOverAxis. | David Hansen | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Sortable: Don't create functions inside loops. | Scott González | 2013-04-22 | 1 | -8/+12 |
| | |||||
* | Sortable: Copy the cell structure when sorting a table row. Fixes #9185 - ↵ | Scott González | 2013-04-02 | 1 | -5/+6 |
| | | | | Sortable: Placeholder breaks table-layout: fixed. | ||||
* | Sortable: update placeholder when axis is x or y for connected lists. Fixed ↵ | Jason Moon | 2013-03-23 | 1 | -1/+3 |
| | | | | #8301 - Placeholder doesn't move when using connectWith option | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -11/+0 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -0/+11 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Sortable: Only animate along the specified axis when reverting. Fixes #7415 ↵ | Scott González | 2013-03-13 | 1 | -6/+10 |
| | | | | - Sortable: Incorrect revert animation with axis: 'y'. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -11/+0 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Sortable: Skip triggering over event if it's alreay over the continer. Fixes ↵ | John Chen | 2013-03-08 | 1 | -2/+4 |
| | | | | #9041: the over event fires on every pixel movement | ||||
* | Sortable: Skip items that are not at the same line as the cursor when ↵ | John Chen | 2013-03-08 | 1 | -5/+17 |
| | | | | floating. Fixes #8792: Issue with floated items in connected lists. | ||||
* | Sortable: Copy the src of the original item when creating a placeholder from ↵ | Scott González | 2013-03-07 | 1 | -0/+2 |
| | | | | an image. Fixes #5129 - Sortable: Unable to use an image as a placeholder in Firefox. | ||||
* | Sortable: When sorting table rows, create a td to force dimensions. Fixes ↵ | Scott González | 2013-02-20 | 1 | -6/+14 |
| | | | | #4765 - Sortable: Placeholder not displayed when sorting table rows. | ||||
* | Sortable: Inject a CSS rule to style the cursor. Fixed #7389 - sortable: ↵ | Nathanael Silverman | 2013-02-18 | 1 | -8/+12 |
| | | | | 'cursor' option didn't override CSS cursor settings. | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Interactions: Update widget defaults to match documented API. | Mike Sherov | 2013-01-02 | 1 | -1/+15 |
| | |||||
* | All: Convert single quotes to double quotes. | Mike Sherov | 2012-12-25 | 1 | -60/+60 |
| | |||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove ↵ | Scott González | 2012-12-06 | 1 | -4/+8 |
| | | | | $.ui.isOver() and $.ui.isOverAxis(). | ||||
* | Dev: Make sortable pass JSHint with only the loopfunc setting override | Mike Sherov | 2012-11-17 | 1 | -215/+344 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵ | Mike Sherov | 2012-11-01 | 1 | -26/+33 |
| | | | | suite to pass | ||||
* | Sortable: Calculating item distance and direction using a more robust ↵ | John Chen | 2012-10-10 | 1 | -4/+14 |
| | | | | | | | | | | | algorithm to better support sorting among nested sortables. Fixes #8572 - Wrong placeholder positions. Fixes #8573 - Can't drag an item out of an inner sortable. Fixes #8574 - Hard to put an item between two inner sortables. Use the item which has the least distance between the mouse pointer and one of its borders to rearrange, with direction being determined by the nearest border. Also we use this algorithm to rearrange even when currentContainer is not changed to override the defective rearrangment in _mouseDrag | ||||
* | Sortable: Fix a bug of removing an item while iterating an array. Fixes ↵ | John Chen | 2012-10-10 | 1 | -6/+5 |
| | | | | #8571 - Out of range problem in when dragging a nested sortable. | ||||
* | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ↵ | Martin Hoch | 2012-08-22 | 1 | -9/+11 |
| | | | | events on nested sortables. | ||||
* | Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists ↵ | Martin Hoch | 2012-08-22 | 1 | -1/+10 |
| | | | | don't work properly with sortable. | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Sortable: Reset fromOutside property when canceling helper removal. Fixes ↵ | Baoju Yuan | 2012-07-16 | 1 | -0/+2 |
| | | | | #8430 - draggable with sortable makes sortable event receive triggered wrong. | ||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Sortable: Remove workaround for Safari 3. | Scott González | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | Sortable: calculating item positions on the fly and setting the direction ↵ | Courthead | 2012-05-22 | 1 | -1/+2 |
| | | | | variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables | ||||
* | Sortable: Remove uses of self var; use that var. | Scott González | 2012-05-09 | 1 | -41/+37 |
| | |||||
* | Sortable: Moved change of helper position css. Fixed #5321 – Helper in a ↵ | martinf55 | 2012-05-07 | 1 | -5/+5 |
| | | | | bottom-positioned Sortable is positioned wrong on drag start. | ||||
* | Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder ↵ | Jason Moon | 2012-04-30 | 1 | -2/+2 |
| | | | | doesn't move when dragging outside of container element | ||||
* | Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - ↵ | Scott González | 2012-04-30 | 1 | -2/+3 |
| | | | | | | jQuery UI 1.8.19 don't respect forcePlaceholderSize." This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37. | ||||
* | Revert "Sortable: modified the contents of placeholder to a single " ". ↵ | Scott González | 2012-04-30 | 1 | -1/+1 |
| | | | | | | Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down." This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2. | ||||
* | Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery ↵ | Bertjh | 2012-04-19 | 1 | -3/+2 |
| | | | | UI 1.8.19 don't respect forcePlaceholderSize. | ||||
* | Sortable: Whitespace. | Scott González | 2012-04-19 | 1 | -43/+43 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Sortable: modified the contents of placeholder to a single " ". Fixed ↵ | Bertjh | 2012-02-24 | 1 | -1/+1 |
| | | | | #8135 - sortable: Horizontal sortable shifts causes elements to shift down. | ||||
* | Sortable: Fixed destroy to remove instance from element. Fixes #8094 - ↵ | Scott González | 2012-02-02 | 1 | -1/+1 |
| | | | | .sortable() after destroy does not work. | ||||
* | Sortable: Added a variable to track if initialization is complete. Fixes ↵ | SpoonNZ | 2012-01-20 | 1 | -1/+5 |
| | | | | #4759 - a major optimization is possible in sortable(). | ||||
* | Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵ | Richard D. Worth | 2011-09-27 | 1 | -10/+9 |
| | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended | ||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. | ||||
* | Sortable: Changed to check the parent's length so that the dom position of ↵ | kborchers | 2011-05-16 | 1 | -1/+1 |
| | | | | the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. | ||||
* | Bug fix for another use case, see comment by whittet here: ↵ | whittet | 2011-04-27 | 1 | -1/+1 |
| | | | | http://bugs.jqueryui.com/ticket/6702 | ||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 1 | -0/+4 |
| |