Search and Top Navigation
#15165 closed feature (fixed)
Opened April 18, 2017 01:18AM UTC
Closed May 02, 2017 06:03PM UTC
Last modified May 02, 2017 07:10PM UTC
Create _scroll extension point in sortable
Reported by: | borgboyone | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.2 |
Component: | ui.sortable | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The ability to extend scroll based functionality in ''ui.sortable'' would be facilitated by moving the current scroll code in **_mouseDrag** to an extension point (such as **_scroll**).
Such an extension point would render the code more readable and manageable and provide the ability to check for scrolling in non native scrollable areas. As an example: https://github.com/borgboyone/jQuery-UI-ScrollPane/
In [changeset:"c866e455373028a62a0956455a229fef63e91fac" c866e45]: