Opened 13 years ago
Closed 12 years ago
#6494 closed bug (invalid)
clone(true) causes stack overflow error in ie on sortable elements
Reported by: | davinlior | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | clone, sortable | Cc: | |
Blocked by: | Blocking: |
Description
the issue here is when executing .clone(true) on some (see below) elements that are .sortable()
im posting it here because while its an error with ui + core, its caused on executing the clone() function, so i thought it most appropriate.
http://butter.dnsalias.com/worxperience/html/test.htm
the source is pretty self explanatory.
IMPORTANT NOTES:
it happens on ie7/8 (not on chrome or ff)
at the aforementioned url, when clicking the button the code executes the clone of the sortable elements. it should be noted that initially if the element isnt touched, there is no problem caused. but once the element has been dragged, focused, etc. and the button clicked, the stack overflow error is thrown.
Change History (1)
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The test case url doesn't seem to work anymore. If this is still a problem, please triage it on the forum to determine whether it is a jQuery core bug.