[jQuery] $(document).ready() firing up later in 1.1.4?

[jQuery] $(document).ready() firing up later in 1.1.4?


Hello,
I'm not sure how to trace that problem since it's happening under IE 6
and 7, but here is what is happening to me since I switched to 1.1.4:
The handler registered for the $(document).ready() event is triggered
only after all the embedded items on the page have been loaded. When
you load a page under IE you can see the (xxx items left ....) in the
status bar. If I try this page with jquery 1.1.3.1, the handler is
triggered when there are still some items left. If I switch to 1.1.4,
without no other change, it won't fire up until I reach the '(0 item
left)' and that the page has been fully loaded. That is happening
under IE 6 and IE 7.
Has anyone seen this already? Could this be related to the fact that
the page doesn't pass the validation test and has no doctype?
Regards,
Renaud