jQuery: The Write Less, Do More JavaScript Library

Ticket #1556 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

$(document).ready not firing up early enough with 1.1.4

Reported by: rdrousies Assigned to: john
Type: bug Priority: major
Milestone: 1.2 Component: core
Version: 1.1.4 Keywords:
Cc: Needs: Review

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

jq-bug-1556.tgz (62.7 kB) - added by rdrousies 9 months ago.
html/js/php files needed to reproduce the bug

Change History

Changed 9 months ago by rdrousies

html/js/php files needed to reproduce the bug

Changed 9 months ago by rdrousies

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

Changed 9 months ago by john

  • owner set to john
  • version changed from 1.1.3 to 1.1.4

Changed 9 months ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev [1370].

Changed 9 months ago by john

oops, I meant [3070].

Note: See TracTickets for help on using tickets.