On Feb 7, 11:55 am, Paul Irish <paul.ir...@gmail.com> wrote:
> I can report that the jquery-2009-01-28.js nightly, with this fix,
> caused IE (6 and 7) to sporadically hang and become unresponsive in my
> and ajpiano's applications.
> At this time i'm too busy (and unhelpful, sadly) to actually create a
> testcase of this.
> But I'm hypothesizing that the window.top check is the culprit.
>
> I'm reverting back to 1.3.1 for the moment, but I experienced the same
> delay in doc ready() firing as others here. :/

(I'm reviving an old thread here...)

I'm also seeing a delay in IE6, but only when document.domain is set.
I've created a small test case that I think demonstrates this problem.
In the test case accessing window.top causes a large delay. If I
comment out window.top then everything works straight away. Note that
problems may not show up when accessing the page in a fresh browser -
you may need to refresh to see the "hang".

More details here: http://dev.jquery.com/ticket/4787

Patching the code in ready() to avoid using window.top fixes the
problem for me in JQuery 1.3.2.

Rich

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to