Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
Description
sortable: connectWith should accept string selectors
Change History (5)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
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.
comment:3 Changed 14 years ago by
Component: | ui.core → ui.sortable |
---|---|
Priority: | major → critical |
Resolution: | fixed |
Status: | closed → reopened |
reopening for any dev and/or docs changes still needed
Note: See
TracTickets for help on using
tickets.
Fixed in r1722.