Skip to main content

Bug Tracker

Side navigation

#2244 closed bug (invalid)

Opened January 28, 2008 09:01AM UTC

Closed May 16, 2009 11:43PM UTC

IE7 doesn't fire the load event in a certain case

Reported by: mixfox Owned by:
Priority: major Milestone: 1.2.4
Component: event Version: 1.2.2
Keywords: Cc:
Blocked by: Blocking:
Description

here is my code

$(document).ready(function()

{

$('#imageid').load(function(){

alert('hello');

});

});

"#imageid" is an img lable's id

Attachments (0)
Change History (3)

Changed February 10, 2008 05:44AM UTC by davidserduke comment:1

component: coreevent
milestone: 1.2.11.2.3
summary: IE7 it does't workIE7 doesn't fire the load event in a certain case

What exactly are you expecting to happen here? Are you hoping that the the table will fire load when all the images in a table are loaded? Is this only failing in IE7? Please provide a test case that shows your problem.

Changed May 16, 2008 03:58AM UTC by flesler comment:2

milestone: 1.2.31.2.4
need: ReviewTest Case

Changed May 16, 2009 11:43PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Closed for lack of specificity and test case.