Bug Tracker

Opened 15 years ago

Closed 14 years ago

#2244 closed bug (invalid)

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

Change History (3)

comment:1 Changed 15 years ago by davidserduke

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.

comment:2 Changed 15 years ago by flesler

Milestone: 1.2.31.2.4
need: ReviewTest Case

comment:3 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed

Closed for lack of specificity and test case.

Note: See TracTickets for help on using tickets.