Closed
Bug 527889
Opened 15 years ago
Closed 15 years ago
-moz-radial-gradient is ignored in Firefox 3.6 beta 2
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: samy.rabih, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b2) Gecko/20091108 Firefox/3.6b2 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b2) Gecko/20091108 Firefox/3.6b2 (.NET CLR 3.5.30729)
In Firefox 3.6 beta 1, a -moz-radial-gradient CSS directive (as background of a canvas element or other element) like this :
background-image:-moz-radial-gradient(375px 115px, 35px, 375px 115px, 250px, from(#6ec9de), to(#1a5ca8));
is correctly rendered.
In Firefox 3.6 beta 2, it is not rendered (if you provided a background-color, its color is displayed, but not the "gradient background").
This problem is not 'specific html tag'-related and not 'how to write a color'-related.
The considered page has been tested with the same code in the two Firefox versions.
Reproducible: Always
Steps to Reproduce:
1.use -moz-radial-gradient for an html element, like this :
background-image:-moz-radial-gradient(375px 115px, 35px, 375px 115px, 250px, from(#6ec9de), to(#1a5ca8));
Actual Results:
no background
Expected Results:
a radial-gradient background with the specified colors
Comment 1•15 years ago
|
||
The syntax of CSS gradients changed between the betas see bug 513395
Component: Layout: Images → Style System (CSS)
QA Contact: layout.images → style-system
See comment 1.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•