Search and Top Navigation
#3892 closed bug (fixed)
Opened January 20, 2009 04:33PM UTC
Closed January 24, 2009 09:39AM UTC
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
Attachments (0)
Change History (5)
Changed January 20, 2009 04:34PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed January 21, 2009 01:30PM UTC by comment:2
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.
Changed January 21, 2009 01:30PM UTC by comment:3
component: | ui.core → ui.sortable |
---|---|
priority: | major → critical |
resolution: | fixed |
status: | closed → reopened |
reopening for any dev and/or docs changes still needed
Changed January 24, 2009 09:39AM UTC by comment:5
resolution: | → fixed |
---|---|
status: | reopened → closed |
docs fixed.
Fixed in r1722.