IE Bug: clone( true )

IE Bug: clone( true )


I first came upon this error much earlier this year. You can see the
discussion that followed here:
http://groups.google.com/group/jquery-dev/browse_thread/thread/de539e8d7590c7d3/db2c217030b68314?#db2c217030b68314
Using an example a member posted in that thread I have made a simple
example of the error which can be viewed here:
http://kitchen.net-perspective.com/ie-clone-bug.html
The error message is: 'nodeType' is null or not an object
It occurs in both IE6 and IE7.
Commenting out the IE specific block in the clone function (lines 278
- 291) alleviates the bug.
-R.A. Ray