Closed
Bug 404936
Opened 17 years ago
Closed 10 years ago
APNG first-frame only in CSS
Categories
(Core Graveyard :: GFX, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: iani.magamura, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: css2)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007111104 Minefield/3.0b2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007111104 Minefield/3.0b2pre
as the summary shows... i know well animated png is an experimental feature of firefox , but i'd like to help this work well,
<img src="animated.png"> works correctly but this not:
<style type=text/css>
HTML,BODY{cursor:
url("http://www.freeweb.hu/projnowjani/downloads/arrow.ani"),
url("http://www.freeweb.hu/projnowjani/downloads/arrow.png"), auto;}
</style>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
:(
Updated•17 years ago
|
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
Updated•17 years ago
|
Component: General → GFX
Product: Firefox → Core
QA Contact: general → general
Reporter | ||
Comment 1•17 years ago
|
||
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre)
> Gecko/2007111104 Minefield/3.0b2pre
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre)
> Gecko/2007111104 Minefield/3.0b2pre
>
> as the summary shows... i know well animated png is an experimental feature of
> firefox , but i'd like to help this work well,
>
> <img src="animated.png"> works correctly but this not:
>
> <style type=text/css>
> HTML,BODY{cursor:
> url("http://www.freeweb.hu/projnowjani/downloads/arrow.ani"),
> url("http://www.freeweb.hu/projnowjani/downloads/arrow.png"), auto;}
> </style>
>
> Reproducible: Always
>
> Steps to Reproduce:
> 1.
> 2.
> 3.
>
>
>
> :(
>
...furthermore ! i've just seen that, there is no alpha channel ..
however there is 1 transparent color : the background color (background crop, like in a gif) >
in previous versions, about Minefield and Gran Paradiso ~5-6 , there
was a similar problem with the transparent color:
then was not any transparent color.
Reporter | ||
Comment 2•17 years ago
|
||
Reporter | ||
Comment 3•17 years ago
|
||
Reporter | ||
Comment 4•17 years ago
|
||
Reporter | ||
Comment 5•17 years ago
|
||
Reporter | ||
Updated•17 years ago
|
Summary: animated png still first-frame only in CSS custom cursor → APNG first-frame only in CSS
Reporter | ||
Updated•17 years ago
|
Summary: APNG first-frame only in CSS → APNG first-frame only in CSS + 1 bit only alphachanel
Reporter | ||
Comment 6•17 years ago
|
||
> ...furthermore ! i've just seen that, there is no alpha channel ..
> however there is 1 transparent color : the background color (background crop,
> like in a gif) >
> in previous versions, about Minefield and Gran Paradiso ~5-6 , there
> was a similar problem with the transparent color:
> then was not any transparent color.
>
i'm sorry ! i just see that , the alpha channel is only in 32 bit video mode
but i have on my old notebook only 16 and 24 bit modes !
but the "first frame only" problem 's still there
Reporter | ||
Updated•17 years ago
|
Summary: APNG first-frame only in CSS + 1 bit only alphachanel → APNG first-frame only in CSS
Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
Comment 7•10 years ago
|
||
This bug has been buried in the graveyard and has not been updated in over 5 years. It is probably safe to assume that it will never be fixed, so resolving as WONTFIX.
[Mass-change filter: graveyard-wontfix-2014-09-24]
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•