Closed
Bug 13048
Opened 25 years ago
Closed 25 years ago
spacer.gif shows up as an opaque gray rectangle in upper left of screen.
Categories
(Core :: Graphics: ImageLib, defect, P3)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: pnunn, Assigned: pnunn)
References
()
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
spacer.gif shows up as an opaque gray rectangle in upper left of screen.
Updated•25 years ago
|
OS: Windows NT → All
Comment 1•25 years ago
|
||
cc:ing cpratt, who I believe has a particular fetish for this page. ;)
Also takes place on Mac OS & Linux (1999090208 builds); changed platform to
'all'.
yup, elig, i'm the kind of guy that would pay $3,500 for a piece of cloth with
plastic globules sewn inside of it. anyhoo: adding local (netscape-internal)
test url to the list of urls (just in case the page should change).
Comment 3•25 years ago
|
||
Thanks for the patch.
All changes except one will be checked in.
change1: part of bug 13048 fix.
change2: cosmetic.
change3: clean up, was already in the queue.
change4: part of bug 13048 fix.
change5: **** Wont be checked in, but thanks for
bringing attention to it. This is an artifact
of the old code crashing into the new component
code.
Take a look at new fix. The new callback
return is of type nsresult. And multiple error
return values aren't meaningful across the callback
api here.
And there was more than one occurance of this glitch.
****
if(ic->imgdcb){
nsresult rv = ic->imgdcb->ImgDCBImageSize();
if(NS_FAILED(rv)){
gs->state = gif_error;
break;
}
}
else{ //no callback is an error too.
gs->state = gif_error;
break;
}
*****
change6: part of bug 13048 fix.
These will be checked in when tree opens and/or I get
an ok from the Honchos.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Verified fixed on 1999092908 builds. Checked on Win32 [NT 4.0 SP5], Mac OS [8.6
GM], and Linux [RH 6.0/GNOME].
You need to log in
before you can comment on or make changes to this bug.
Description
•