Opened 11 years ago
Closed 10 years ago
#8540 closed feature (duplicate)
New Sortable option to specify horizontal or vertical floating mode
Reported by: | pierre_taillard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.21 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I could be a little but useful feature: Give (to the sortable's user) the possibility to specify horizontal or vertical floating mode when creating sortable widget.
When you don't want to have items when sortable is initialized, floating mode is set by default to vertical : jquery.ui.sortable.js - line 53 this.floating = this.items.length ? (/left|right/).test(this.items[0].item.css('float')) : false;
Maybe an new option ('floating') which overrides the computing floating mode above should be helpful for addressing this case.
Regards
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 10 years ago by
Status: | new → open |
---|
Note: See
TracTickets for help on using
tickets.
Consider for redesign.