Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well.

In addition "submit.gif" was removed from the test suite index.html since it didn't exist.
This commit is contained in:
David Serduke 2007-12-05 00:26:13 +00:00
parent c424e79ccb
commit 74a132d944
4 changed files with 36 additions and 7 deletions

8
test/data/iframe.html Normal file
View file

@ -0,0 +1,8 @@
<html>
<head>
<title>iframe</title>
</head>
<body>
<div><span>span text</span></div>
</body>
</html>