Re: Revisiting the persisting of attributes on thecombo_box widget
Mark Anderson <[email protected]> Thu, 11 Sep 2003 13:35:25 -0700
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <[email protected]> |
>>no need to cloneNode(). >>whether a Node instance is an orphan in the DOM has no relation to whether >>there are js objects with pointers to it. > > > My primary concern would be in content-loader content in which the source > document is removed. I don't know that every browser will handle this > situation well. cloneNode() seems safer. AFAIK, it is not supported to call cloneNode() on an iframe element, at least on IE. And cloneNode in general seems to have uncertain reliability in the face of cross-domain "security" policies. So there may in fact be more dragons in the content-loader case with cloneNode, than not. -mda _______________________________________________ The netWindows developers list: [email protected] http://netwindows.org/mailman/listinfo/devel_netwindows.org