Closed Bug 48895 Opened 26 years ago Closed 26 years ago

Object Image.complete property always false.

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 28277

People

(Reporter: nhorgan, Assigned: jst)

Details

Attachments

(1 file)

The image.complete property is always false. The code below describes the problem. (Note the image.complete property does work for images in the document object.) <html> <head> <title>Image complete</title> </head> <SCRIPT LANGUAGE="JavaScript"> var a = new Image() a.src = "<some image name here>" function test() { alert(a.complete) //always false } </SCRIPT> <body onLoad="test()"> </body> </html>
dupe of bug 28277 which is nsbeta3+ *** This bug has been marked as a duplicate of 28277 ***
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Mass update of qa contact
QA Contact: gerardok → janc
Verified dupe.
Status: RESOLVED → VERIFIED
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: