Fixed #1264. If you read the bug there were many proposed changes. As it turned...
authorDavid Serduke <davidserduke@gmail.com>
Wed, 5 Dec 2007 00:26:13 +0000 (00:26 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Wed, 5 Dec 2007 00:26:13 +0000 (00:26 +0000)
commit74a132d944886379456d562990c8fb217ab332e3
tree1459a738c7a6303c3a4ebbe88a2a5dbf92268d25
parentc424e79ccb3695c6ff599e77bec867c6644ccc98
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.
src/core.js
test/data/iframe.html [new file with mode: 0644]
test/index.html
test/unit/core.js