aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/sortable.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.11.12.1Scott González2016-09-141-2/+2
|
* Sortable: Use an event object for simulated `mouseup` in `cancel()`Scott González2016-09-141-1/+1
| | | | | | | Regression caused by a1d69208bad175a27c7b50c27fdc10001563cd4d Fixes #15042 Closes gh-1746
* Sortable: Fix line length issuesAlexander Schmitz2016-04-131-121/+346
| | | | Ref gh-1690
* Sortable: Fix incorrect top containment for documentMaksim Ryzhikov2016-04-121-1/+1
| | | | | Fixes #14927 Closes gh-1695
* Sortable: Update _contactContainers to use page clientX/Y valuesdstrohl2016-03-301-1/+1
| | | | | | | | | | | The sortable was using the window position compared with page position to determine where to drop objects. this was only a problem for sortables far enough down to require scrolling. Fixes #10727 Fixes #5039 Closes gh-1475 Closes gh-1585
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-1/+1
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Sortable: Style updatesAlexander Schmitz2015-09-111-367/+366
| | | | Ref #14246
* Sortable: Style updatesAlexander Schmitz2015-08-211-8/+8
| | | | | Ref #14246 Ref gh-1588
* Sortable: Move sortable into widgets folderAlexander Schmitz2015-08-081-0/+1330
Ref #13885