Skip to main content

Search and Top Navigation

#4845 closed bug (duplicate)

Opened September 08, 2009 09:18PM UTC

Closed November 18, 2009 07:50AM UTC

sortable behaves differently with links when using connectWith

Reported by: jjinux Owned by:
Priority: minor Milestone: 1.8
Component: ui.sortable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

If you have a ul list of links, and you make them sortable, then dragging the links doesn't actually click on the links. However, if you connect two ul lists of links, and you drag from one list to another, the link actually gets clicked.

Sorry I don't have a simple repro file. Hopefully it's not too hard for you to make one.

Attachments (0)
Change History (3)

Changed September 08, 2009 09:22PM UTC by jjinux comment:1

Oh, and it's not always consistent. It's a race condition whether the link will be followed or not.

The most interesting and misleading thing is that if you do an Ajax call in the update callback, and the browser decides to follow the link that you clicked on in order to drag-and-drop it, the Ajax request will be canceled and report failure.

Changed November 18, 2009 07:41AM UTC by jzaefferer comment:2

milestone: TBD1.8

Changed November 18, 2009 07:50AM UTC by jzaefferer comment:3

resolution: → duplicate
status: newclosed

Actually, a duplicate of #4752.