Custom Query (13852 matches)
Results (88 - 90 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4471 | invalid | wrap(html) includes IE 7 appendChild bug | ||
Description |
When using wrap to wrap something with html when that something is inside a table cell, it does not work in IE 7. I found info on this bug here: http://metadeveloper.blogspot.com/2007/01/ie-7-appendchild-bug.html It's somewhat obscure and caused by a browser bug, but didn't know if you want to try to compensate for it. I was able to get around it in my code by handling the update differently, but would be nice to still be able to use wrap. |
|||
#12047 | wontfix | body.removeChild( container ); can cause an error | ||
Description |
An answer of a question on stackoverflow shows that jQuery adds some elements (the outmost one is // Run tests that need a body at doc ready jQuery(function() { var container, outer, inner, table, td, offsetSupport, ... And at line 1654 jQuery wants to remove that test element with: body.removeChild( container );
However, as addressed in the question, by using the So the suggestion is to change line 1654 into: jQuery( container ).remove(); |
|||
#8800 | worksforme | Opera animate trouble | ||
Description |
Strange trouble with Opera 11.01 and jquery 1.5.2. |