I landed a fix for this, looks like it was reverted since 1.3.2. I added a note to make sure that we don't change it: http://dev.jquery.com/changeset/6616
--John On Tue, Oct 6, 2009 at 6:50 AM, Klaus Hartl <klaus.ha...@googlemail.com> wrote: > > Hi all, in IE8 > > window === window.top > > is false, whereas > > window == window.top > > evaluates to true. Because of this the ready event will always rely on > document's onreadystatechange event instead of using Diego Perini's > doScroll trick, see line 833 in event.js. I assume his trick is better > in terms if "earliness". > > Can somebody please confirm this? Or is it that we want to rely on the > event in IE8? > > > --Klaus > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---