Search and Top Navigation
#8466 closed bug (notabug)
Opened July 30, 2012 12:39AM UTC
Closed July 30, 2012 02:14PM UTC
.clone() in IE7
Reported by: | flash3d8 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On IE7 and Windows XP, I was using clone(true, true) and append() to reorder a list. After all the original elements were cleared out and replaced with the clones, jQuery could no longer select the list items (would find nothing). DOM methods are able to find the elements, and verify they were created successfully.
Attachments (0)
Change History (2)
Changed July 30, 2012 12:40AM UTC by comment:1
Changed July 30, 2012 02:14PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
There's no reference to jQuery UI at all in this ticket. Perhaps you're looking for http://bugs.jquery.com ?
I no longer have the exact code to paste in. I worked around the issue by moving the elements with appendTo() rather than recreating them.