append(), deep cloning and 1.3.1

append(), deep cloning and 1.3.1


Hi all,
Someone posted this problem at the jquery-en group:
http://groups.google.com/group/jquery-en/browse_thread/thread/ecc1dc86bc46b528
In jQuery 1.2.6, appending to multiple elements deep clones the
appended element, copying it's event handlers. In 1.3.1 this only
happens on IE, in other browsers the event handlers are not kept, It
seems like deep cloning is not happening. Is this intended/documented
or a bug?
Test case:
http://jquery.nodnod.net/cases/71
- ricardo