aboutsummaryrefslogtreecommitdiffstats
path: root/ui/draggable.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Move data selector from core into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Draggable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Revert "Draggable: Set explicit width/height instead of right/bottom"TJ VanToll2015-04-081-15/+0
| | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725
* Core: Add methods to work around IE active element bugsScott González2015-03-121-13/+2
| | | | Closes gh-1478
* Draggable: Add classes optionAlexander Schmitz2015-03-111-7/+6
| | | | | Ref #7053 Ref gh-1411
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+1
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-081-2/+6
| | | | Fixes #10669
* Draggable: Whitespace and naming cleanup of connectToSortableMike Sherov2014-08-261-44/+41
|
* Draggable: Refresh sortables when draggable is added or removedMike Sherov2014-08-251-0/+12
| | | | | | | | Since a sortable grows or shrinks when a draggable element is added to it, refresh the cached positions of sortables whenever an element is added or removed from the sortable. Refs #9675
* Draggable: Clarify comments and whitespace in connectToSortableMike Sherov2014-08-251-5/+6
|
* Draggable: Ensure sortable revert still works after draggable is removedMike Sherov2014-08-251-7/+8
| | | | Fixes #9481
* Draggable: Ensure css is always restored after connectToSortable dragMike Sherov2014-08-251-7/+8
| | | | Fixes #9675
* Draggable: Ensure correct widget removes helper in connectToSortableMike Sherov2014-08-241-3/+10
|
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-241-13/+22
| | | | | | | This allows the blocking div to move with the iframe in most situations, whereas appending to the body wouldn't. Fixes #9671
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-231-2/+4
| | | | Fixes #9612
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-231-28/+34
| | | | | | | | | | | Draggables now forcefully recalculate their position when dragged out of a sortable. Sortables now override draggable position when a draggable is dragged into it. Lastly, no longer remove sortable helper when dragging a draggable out, which allows us to not use a clone. Fixes #7734 Fixes #8809 Closes gh-1322
* Draggable: Clean spacing and names in connectToSortable drag callbackMike Sherov2014-08-221-71/+83
|
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-191-3/+21
| | | | Fixes #9446
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-181-0/+15
| | | | Fixes #7772
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-171-4/+14
| | | | Fixes #7016
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-171-10/+14
| | | | Refs #10527
* Draggable: Only blur the focused element if the event occurs on a handleTJ VanToll2014-08-171-13/+23
| | | | Fixes #10527
* Draggable: Recalculate hash offset on start after plugins runMike Sherov2014-08-161-2/+3
| | | | Fixes #6884
* Draggable: Fix whitespace in trigger functionMike Sherov2014-08-161-5/+6
|
* Draggable: Account for margins when snappingMike Sherov2014-08-141-10/+10
| | | | Fixes #9724
* Draggable: ignore overflow:hidden containers with scroll optionMike Sherov2014-08-121-9/+14
| | | | | | While it is true that overflow:hidden elements can be scrolled programatically, this breaks user expectation. Therefore, do not scroll inside an overflow:hidden container.
* Draggable: clean up whitespace in scroll option Mike Sherov2014-08-121-10/+10
|
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-121-1/+1
| | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147
* Draggable: Fix several whitespace issuesMike Sherov2014-08-061-12/+12
|
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-151-6/+4
|
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-151-1/+3
| | | | | Fixes #10212 Closes gh-1284
* Draggable: fix current JSCS violations.Mike Sherov2014-02-181-72/+69
|
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+1019
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029