Closed
Bug 69233
Opened 25 years ago
Closed 25 years ago
Image reloads infinitely after a refresh, causing a blinking type effect.
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: romanpoet, Assigned: mjudge)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
The offending image, black2.gif is a 3x3 image HTMLrezied to 100%x15. When the
page the refreshed, black2.gif is refreshed a seemingly infinite number of
times, creating a "blinking" based upon the time it takes the offending image to
download.
Reproducible: Always
Steps to Reproduce:
1.Load the aforementioned URL
2.Refresh the page
3.Watch the reloading frenzy
Actual Results: Redundant, see Description
Expected Results: Only reloaded the image black2.gif only once
HTML code for black2.gif is as follows:
<img SRC="/images/black2.gif" WIDTH="100%" HEIGHT="15">
My only guess is that that Mozilla expects
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 52798 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•23 years ago
|
||
The Image Conversion Library component is going away.
Component: Image Conversion Library → ImageLib
You need to log in
before you can comment on or make changes to this bug.
Description
•