Ruby Forum Rails Spinoffs (closed, excessive spam) > Page Loading Problem

Posted by Keith Davis (laurin1)
on 08.07.2008 05:37
(Received via mailing list)
I had this problem for some time where pages that use prototype will
not load completely some of the time. About 30% of the time, these
pages load everything, but the body onload event never fires and it
says 1 item remaining in the status bar. This appears to only be with
IE (ver7.) I've replaced the code in these pages with jquery as a
test, and I do not have this problem, so I know it's prototype. I'm
using 1.6.0.2. Has anyone seen this? I'd like to stay with prototype,
but if I can't fix this issue (it's been going on for months), I will
have to consider switching to jquery, as I can't locate the problem.
Posted by jdalton (Guest)
on 08.07.2008 06:15
(Received via mailing list)
Here is a similar issue:
http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a1c745463251a95d

related to the document dom loaded detection for IE.
- JDD
Posted by Keith Davis (laurin1)
on 08.07.2008 06:24
(Received via mailing list)
Thanks.