Search and Top Navigation
#15236 new feature ()
Opened September 06, 2017 06:43PM UTC
Last modified September 08, 2017 07:30PM UTC
Add "fixed" options.
Reported by: | jhorowitz-firedrum | Owned by: | jhorowitz-firedrum |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Proposed:
The option "fixed.above" is a class whose presence
prevents the sortable item from moving down when
another sortable hovers over its top half.
The option "fixed.below" is a class whose presence
prevents the sortable item from moving up when
another sortable hovers over its bottom half.
Goal:
Finer-grained control than the current "items" option.
Attachments (0)
Change History (2)
Changed September 06, 2017 06:46PM UTC by comment:1
owner: | → jhorowitz-firedrum |
---|---|
status: | new → pending |
Changed September 06, 2017 07:16PM UTC by comment:2
_comment0: | Please see this jsfiddle for the desired use case, labeled "Locked sorting". https://jsfiddle.net/gdy1xru2/ → 1504725445428175 |
---|---|
_comment1: | Please see this jsfiddle for the desired use case, labeled "Locked sorting", compared with the behavior effected by the "items" option. https://jsfiddle.net/gdy1xru2/ → 1504725589524756 |
_comment2: | Please see this jsfiddle for the desired use case, labeled "Locked sorting", compared with the behavior effected by the "items" option. https://jsfiddle.net/gdy1xru2/2/ → 1504899035433159 |
status: | pending → new |
Please see this jsfiddle for the desired use case, labeled "Locked sorting", compared with the behavior effected by the "items" option. https://jsfiddle.net/gdy1xru2/3/
I don't really understand the goals. Please provide actual use cases.