Closed
Bug 646780
Opened 14 years ago
Closed 14 years ago
[css] -moz-linear-gradient not recognized by SeaMonkey
Categories
(SeaMonkey :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: seadee, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13
css gradients don't show. I have a css style inline in a html page;
style=" top=0;left=0; position:relative; z-index:3; width:200px; border:2px solid #1175E0; -moz-border-radius:100%; background:-moz-linear-gradient(top, #1175E0, #3F9E62)"
the round corners show the gradient doesn't
Reproducible: Always
Steps to Reproduce:
1.Open web page http://www.honkytoad.co.uk/gantt-chart.html
2. ...and there you go no gradient in the div slide objects
3.simples
Everything else works and that is more than Safari, Opera, IE, so I think matching Firefox would be good.
Severity: normal → minor
Priority: -- → P1
Version: unspecified → SeaMonkey 2.0 Branch
Comment 1•14 years ago
|
||
linear and radial gradients will be in SeaMonkey 2.1 (equivalent to Firefox 4.0)
Please try SeaMonkey 2.1b2:
<http://www.seamonkey-project.org/releases/2.1b2>
Make sure you install it in a different location and use a different profile for 2.1. Switching back and forth with one profile will delete your browsing history and bookmarks.
Updated•14 years ago
|
Summary: css inline style → [css] -moz-linear-gradient not recognized by SeaMonkey 2.0 (Shouldwork in SeaMonkey 2.1)
Comment 2•14 years ago
|
||
Works for me on trunk/2.1b3pre (Gecko 2.0)
WONTFIX for the SeaMonkey 2.0 branch (the Gecko there matches Firefox 3.5, and this all is internal to Gecko and not specific to SeaMonkey)
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Summary: [css] -moz-linear-gradient not recognized by SeaMonkey 2.0 (Shouldwork in SeaMonkey 2.1) → [css] -moz-linear-gradient not recognized by SeaMonkey
Gecko/20110319 Firefox/3.6.16
Gecko/20110320 SeaMonkey/2.0.13
Using the above, the gradient works in Firefox doesn't in Sea Monkey; also it doesn't work in Safari,Opera,Chrome, IE but who cares about them.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 4•14 years ago
|
||
Firefox 3.6 is built on the Gecko 1.9.2 branch.
SeaMonkey 2.0 is built on the Gecko 1.9.1 branch
For Safari/Chrome you might need to use:
-webkit-gradient(linear, .....)
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•