#11493 closed bug (duplicate)
Script tag and clone method
Reported by: | Owned by: | Rick Waldron | |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | manipulation | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Looks like this is fixed in 1.7.2rc1 but thought I'd submit the ticket anyways.
When referencing a script tag by id, and calling clone().html() on it, IE 7 returns null. Other browsers (Chrome, Fiefox) seem to handle this method fine. jsfiddle processing presents the same issue IE7 has.
Change History (8)
comment:1 Changed 11 years ago by
Component: | unfiled → manipulation |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 11 years ago by
@rwaldron, I think what you're seeing is a side effect of document.write
screwing up the DOM, because I observe $("#stag")
coming up empty after the first output and the problem evaporating entirely with a safer output strategy.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
@gibson042 well, I originally planned on looking at it this evening... and you're right, it is the document.write calls.
comment:4 Changed 11 years ago by
@gibson042, this is correct. Sorry about the weird outputting.
Please see http://jsfiddle.net/77dt2/3/ to note that this was still a bug in IE7 (and 8), but is now correct as http://jsfiddle.net/77dt2/2 shows.
comment:7 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
I just tested in the latest git build and it's not fixed.
http://jsfiddle.net/rwaldron/77dt2/1/