Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12216 closed bug (invalid)

.appendTo() losing touch ability

Reported by: someyoungideas Owned by: someyoungideas
Priority: undecided Milestone: None
Component: unfiled Version: 1.8rc1
Keywords: Cc:
Blocked by: Blocking:

Description

So I have been using .appendTo() to work with various touch events. I have two lists and when I add an item to the other list using .appendTo() it disables it from being sent back to the original list. I understand there is a possibility to use connectWith in sortable, however I am currently attempting this method. I am wondering if there is a reason/solution or if it would be simply advised to avoid this attempt all together.

Thank you

Change History (3)

comment:1 Changed 11 years ago by dmethvin

Owner: set to someyoungideas
Status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.

comment:2 Changed 11 years ago by someyoungideas

Status: pendingnew

Here is the jsfiddle.

http://jsfiddle.net/someyoungideas/8UAhg/3/

Thanks

comment:3 Changed 11 years ago by dmethvin

Resolution: invalid
Status: newclosed

This should be investigated with the plugin author, and if there is a bug it should be demonstrated with a simple example that does not include the entire plugin.

Note: See TracTickets for help on using tickets.