Side navigation
#2184 closed bug (fixed)
Opened January 17, 2008 12:50PM UTC
Closed January 23, 2008 04:09AM UTC
Last modified March 15, 2012 10:07AM UTC
clone won't work with THEAD, TFOOT, TBODY, TR and TD in MSIE
Reported by: | kowcik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.3 |
Component: | core | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Beacuse clone uses innerHTML if the detected browser is MS Internet Explorer, cloning won't work with these nodes. See attached test case.
Attachments (3)
Change History (4)
Changed January 17, 2008 01:17PM UTC by comment:1
Changed January 18, 2008 06:13PM UTC by comment:3
Someone told me that <option> also is having problems. I'll check with John and Brandon to get their thoughts.
Changed January 23, 2008 04:09AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [4513].
I've just checked with previously reported bugs, it is a duplicate of this bug: http://dev.jquery.com/ticket/2169, but my test-case is more extensive. I've went thru these test with 1.2.1 and all tested elements worked , so this is a regression.