Reputation: 11
I'm using JQuery sortable list where I dyanmically I can modify the content inside each element (ie, textfield, color, etc). Either I indluce each element content as an iframe of div then this content is refreshed each time I move/drag and drop this element into another position. Which is weird is that it doesn't happend when I move another different element, so my question would be: is there anyway to avoid currentItem to be refreshed/reloaded after draggin it to another position? Thanks in advance for your help (!)
Upvotes: 1
Views: 996
Reputation: 61793
This is a known bug. See: http://bugs.jqueryui.com/ticket/5575
Upvotes: 1