Skip to main content

Bug Tracker

Side navigation

#1556 closed bug (fixed)

Opened August 30, 2007 02:08PM UTC

Closed September 02, 2007 10:34PM UTC

Last modified September 02, 2007 10:35PM UTC

$(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 August 30, 2007 02:18PM UTC.

    html/js/php files needed to reproduce the bug

Change History (4)

Changed August 30, 2007 02:41PM UTC by rdrousies comment:1

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

Changed September 02, 2007 10:25PM UTC by john comment:2

owner: → john
version: 1.1.31.1.4

Changed September 02, 2007 10:34PM UTC by john comment:3

resolution: → fixed
status: newclosed

Fixed in SVN rev [1370].

Changed September 02, 2007 10:35PM UTC by john comment:4

oops, I meant [3070].