Bug Tracker

Ticket #2244 (new bug)

Opened 10 months ago

Last modified 7 months ago

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

Reported by: mixfox Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: event
Version: 1.2.2 Keywords:
Cc: Needs: Test Case

Description

here is my code

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

alert('hello');

}); });

"#imageid" is an img lable's id

Attachments

Change History

Changed 10 months ago by davidserduke

  • owner deleted
  • summary changed from IE7 it does't work to IE7 doesn't fire the load event in a certain case
  • component changed from core to event
  • milestone changed from 1.2.1 to 1.2.3

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 7 months ago by flesler

  • need changed from Review to Test Case
  • milestone changed from 1.2.3 to 1.2.4
Note: See TracTickets for help on using tickets.