Sunday 12 April 2009

IE hangs with "Waiting for 1 resource to load"

Turns out this is a common problem with libraries like prototype and jquery. There's a good discussion of it here...

http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a1c745463251a95d?pli=1

The suggested solution of replacing src=:// with src=blank.js worked for us.

1 comment:

Dan said...

If you download the 1.6.1 RC version, this code has now been completely re-written and now is no longer an issue, as far as I can tell.