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)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: pnunn, Assigned: pnunn)

References

()

Details

Attachments

(1 file)

spacer.gif shows up as an opaque gray rectangle in upper left of screen.
Status: NEW → ASSIGNED
Target Milestone: M15
OS: Windows NT → All
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).
Attached file Post in newsgroup
thnx michael. I got the patch earlier
yesterday.
-pn
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
Okey doke. The patches are checked in.
Much thanks.
-pn
Status: RESOLVED → VERIFIED
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.

Attachment

General

Creator:
Created:
Updated:
Size: