Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

jq-bug-1556.tgz (62.7 KB) - added by rdrousies 16 years ago.
html/js/php files needed to reproduce the bug

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by rdrousies

Attachment: jq-bug-1556.tgz added

html/js/php files needed to reproduce the bug

comment:1 Changed 16 years ago by rdrousies

Woop, that's not the right version in the ticket data, it should be 1.1.4.

comment:2 Changed 16 years ago by john

Owner: set to john
Version: 1.1.31.1.4

comment:3 Changed 16 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN rev [1370].

comment:4 Changed 16 years ago by john

oops, I meant [3070].

Note: See TracTickets for help on using tickets.