Hi all,
I am wracking my brain trying to figure this out and am not getting anywhere. I've Googled, Binged, IRCed, searched the forums and bug reports, debugged and attempt to reproduce with no effect...
In our system, when using the page with the DnD in IE7 (only in IE7--no other browser, not even IE8 in 7 compat mode) the first drag of any particular draggable is fine, but any subsequent drag causes IE to crash. We traced it all the way down through the creation of the clone helper and into the call to removeAttr() which is made against the clone for stripping off the ID. Inside of removeAttr(), the check for `jQuery.support.getSetAttribute` comes up false, so jQuery attempts to clear the attribute and then retrieve it from the DOM to pass it to `elem.removeAttributeNode()`. That call to `elem.removeAttributeNode` is where IE crashes.
As I said, I cannot reproduce it, so I understand there is limited help that can be offered. For the same reason, I am quite hesitant to open a bug.
I just wonder if anyone has ever seen anything like it or has any troubleshooting tips for me.
Thanks,
Jim