#1556 closed bug (fixed)
$(document).ready not firing up early enough with 1.1.4
Reported by: | rdrousies | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.2 |
Component: | core | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I noticed that since 1.1.4, $(document).ready waits for the embedded images to load before firing up, under IE 6 and 7.
Here is a test page that reproduces the problem, it uses a script that takes 5 seconds to generate an image. Under FF, the documentready div gets filled 5 seconds before the windowload one, under IE6 and 7, both get filled only when the image has been loaded. This does not happen on the 1.1.3.1 test page.
http://www.linuxaddicts.com/static/jq/index.1.1.3.1.html
http://www.linuxaddicts.com/static/jq/index.html
Regards, Renaud Drousies
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | jq-bug-1556.tgz added |
---|
comment:1 Changed 16 years ago by
Woop, that's not the right version in the ticket data, it should be 1.1.4.
comment:2 Changed 16 years ago by
Owner: | set to john |
---|---|
Version: | 1.1.3 → 1.1.4 |
html/js/php files needed to reproduce the bug