Closed
Bug 3858
Opened 26 years ago
Closed
second view-image request not finding loaded ic.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: pnunn, Assigned: pnunn)
Details
For any view-image, 2 image requests are sent. One for the document
and one for the image data. The second request should find the
image container from the first request and use that ic instead
of decoding again.
The bug is the 2nd request is not finding the loaded image container
from the first request. The first request specifies a background color
and the second request does not, which invalidates the match of the
image container. Specifying the background color seems to be an
artifact of early versions of the viewer,. When the background
color is nulled out, images (transparent and not) display fine.
This has been tested on Mac, Win/NT, linux
Status: NEW → ASSIGNED
Summary: second view-image request not finding loaded ic. → second view-image request not finding loaded ic.
Target Milestone: M3
just checked this guy in.
mozilla/layout/html/document/src/nsImageDocument.cpp
line 231, 3rd argument "&mBlack" changed to "nsnull".
-pnunn
just checked this guy in.
mozilla/layout/html/document/src/nsImageDocument.cpp
line 231, 3rd argument "&mBlack" changed to "nsnull".
-pnunn
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in March 19th Build (M3)
URL: any view-image
You need to log in
before you can comment on or make changes to this bug.
Description
•