Skip to main content

Bug Tracker

Side navigation

#12216 closed bug (invalid)

Opened August 08, 2012 02:31AM UTC

Closed August 08, 2012 04:52PM UTC

.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

Attachments (0)
Change History (3)

Changed August 08, 2012 02:33AM UTC by dmethvin comment:1

owner: → 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.

Changed August 08, 2012 04:16PM UTC by someyoungideas comment:2

status: pendingnew

Here is the jsfiddle.

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

Thanks

Changed August 08, 2012 04:52PM UTC by dmethvin comment:3

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.