bug fix for addToPageQueue
[email protected] Wed, 6 Apr 2005 14:16:07 +0100
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <OFE5F6C149.E3720FDC-ON80256FDB.00485BEF-80256FDB.0048F7FB@pureserver.info> |
I checked out the latest version from CVS, but still had a bug in IE but
not in Mozilla in the createContentFrame function.
The bug would cause IE 5 and 6 (win32) to hang when the contentFrame was
appended to the document. This seems to fix it:
if ((__is__.ie)&&(__is__.pc)) {
document.appendChild(cframe);
}
else {
document.body.appendChild(cframe);// original line
}
_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org