Closed
Bug 482324
Opened 16 years ago
Closed 16 years ago
Event listener is never called
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sdwilsh, Unassigned)
References
Details
Attachments
(1 file)
953 bytes,
application/vnd.mozilla.xul+xml
|
Details |
I've got this test file that when ran as a chrome test does not fire load events on an image element.
I see these warning dumped out to my console:
WARNING: NS_ENSURE_TRUE(sgo || !hasHadScriptObject) failed: file /Code/moz/central/mozilla/content/base/src/nsContentUtils.cpp, line 4515
WARNING: NS_ENSURE_SUCCESS(rv, 0) failed with result 0x8000FFFF: file /Code/moz/central/mozilla/content/base/src/nsContentUtils.cpp, line 2714
I'm pretty sure I'm not doing anything wrong here with my code, so I think this is a bug.
The test never loads the image, or at least the event handler is not called.
Reporter | ||
Comment 1•16 years ago
|
||
Hey look - my uri had a typo in it, so it'd never load!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•