Closed
Bug 87823
Opened 24 years ago
Closed 24 years ago
Part of image of a Person holding PDA is flashing
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: tetsuroy, Assigned: pavlov)
References
()
Details
Attachments
(1 file)
12.48 KB,
image/gif
|
Details |
Go to the URL
scroll down a bit
look for a person holding his PDA on the right.
Only part of image is updated and background image is black.
Comment 1•24 years ago
|
||
Verifying, I see this behavior on w2k build 2001062603
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
I believe it is a dup. But it seems to be a little different in that while the
frame replacment is happening the transparency of the frame gets trashed. You
might just want to mark it as dependant so that we can see if they are the same
or just related.
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
This is a dup of bug 22607. The transparency is always trashed. We never
actually see transparency except for the first frame of the second loop. Here's
what happens...
First frame: Man with frst PDA, mozilla merges background chunk because of bug
78114
Second frame: new PDA replaces just the hand portion. Background still not
transparent because the previous frame is "remove by nothing" and stays there
with merged background chunk and all.
Third.... Fifth frames: same as Second.
First Frame Second Loop: Transparency is finally drawn correctly. Since
backgound is white you don't notice it.
Second Frame Second loop: New PDA is drawn, but remove-by-nothing command isn't
recognized and while the image remains, the transparency is rendered as black.
Everyframe thereafter has black instead of transparency except the first frame
of every loop.
*** This bug has been marked as a duplicate of 22607 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•