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 comment:1
component: | core → event |
---|---|
milestone: | 1.2.1 → 1.2.3 |
summary: | IE7 it does't work → IE7 doesn't fire the load event in a certain case |
Changed May 16, 2008 03:58AM UTC by comment:2
milestone: | 1.2.3 → 1.2.4 |
---|---|
need: | Review → Test Case |
Changed May 16, 2009 11:43PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Closed for lack of specificity and test 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.