Closed
Bug 117683
Opened 23 years ago
Closed 22 years ago
transparent animated gifs over background image spews warnings
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: Morten, Assigned: jdunn)
References
()
Details
Attachments
(1 file)
14.25 KB,
application/x-gzip
|
Details |
Open the url or the minimized testcase using a debug build, and watch the console.
for each frame of the animated gif, this will come:
WARNING: Frame setting default background color but it has transparent
background!, file ../../../../../mozilla/layout/html/base/src/nsFrame.cpp, line 4082
This is 100% reproducible, unless another copy of mozilla is running it seems.
Reporter | ||
Comment 1•23 years ago
|
||
setting the background imeage with CSS doesn't cause the warning, only setting
it in the <body> tag does.
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 2•23 years ago
|
||
The testcase is broken. It does not work as a GIF.
A possibly related bug, bug 12037, was recently fixed. Could you download a
current nightly build and retry?
Updated•23 years ago
|
Component: ImageLib → Image: Layout
I am not seeing this, that message doesn't seem to be in the src any longer.
Marking fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•