Skip to main content

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 paul comment:1

resolution: → fixed
status: newclosed

Fixed in r1722.

Changed January 21, 2009 01:30PM UTC by rdworth 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 rdworth comment:3

component: ui.coreui.sortable
priority: majorcritical
resolution: fixed
status: closedreopened

reopening for any dev and/or docs changes still needed

Changed January 21, 2009 02:15PM UTC by scottgonzalez comment:4

created #3897 to remove support of arrays in 1.7.

Changed January 24, 2009 09:39AM UTC by paul comment:5

resolution: → fixed
status: reopenedclosed

docs fixed.