Ticket #3892 (closed bug: fixed)
sortable: connectWith should accept string selectors
| Reported by: | paul | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.sortable | Version: | 1.6rc5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
sortable: connectWith should accept string selectors
Change History
comment:2 Changed 4 years ago by rdworth
Per team discussion here
http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/1850879252df7caa
the connectWith option should be changed to accept a selector, not an array of selectors. For 1.6 this change should be made in code and documentation. For compatibility, an array should still be accepted, but deprecated and not documented (except in upgrade/migration docs).
After 1.6 an array will not be accepted.
Note: See
TracTickets for help on using
tickets.


Fixed in r1722.