[Prototype-core] Re: DOMContentLoaded for IE

2008-05-11 Thread Nick Stakenburg
> Using the doScroll approach seems to also fix the seemingly random IE7 fail with the current 1.6.0.2 implementation. I see the IE Operation Aborted a lot. Using insert on document.body throws it randomly, happens more often on pages with a script tag right before the closing body tag, like when

[Prototype-core] Re: DOMContentLoaded for IE

2008-05-11 Thread John-David Dalton
Nick, A little OT (non-related to Prototype) but here is more info on your issue of IE operation aborted. I had to patch it for the PHP framework we use. Fix IE "Operation Aborted" bug by inserting script elements at the bottom of the body element. http://www.ryangrant.net/archives/internet-expl