Closed
Bug 1392894
Opened 7 years ago
Closed 7 years ago
Stylo: -webkit-linear-gradient with higher precedence than -moz-linear-gradient; start at bottom treated as "to bottom"
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1391432
People
(Reporter: themoz, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: nightly-community)
Attachments
(1 file)
(deleted),
image/png
|
Details |
In 56.0b4 (64-bit) with Stylo enabled, I see -webkit-linear-gradient taking precedence over legacy -moz-linear-gradient. Simultaneously it seems as if the starting position, which is specified as "bottom" (not prefixed with "to"), is being treated as if it were "to bottom".
In the attached screen capture from the developer tools, when processed by Stylo, the -moz-linear-gradient directive is disabled. When the same set of directives is processed without Stylo, the -moz-linear-gradient directive takes precedence and renders as expected: with the gradient starting from the bottom.
For whatever it's worth, the site I am seeing this on is an old intranet app, and I can easily update the styles to align better with current best practices for specifying gradients. Nevertheless, I figured I'd mention this small change in behavior.
Comment 1•7 years ago
|
||
(I'm just a Nightly user.)
Hi, I can't reproduce your testcase in Nightly 57 x64 20170822142709 @ Debian Testing,
so I think this has been fixed by bug 1391432 (or I was incompetent).
If I understood it correctly, the Stylo Experiment in Firefox Beta gets crash fixes, but not other bug fixes to (only) help with stability testing (bug 1385831 comment 13).
To get a better impression of Stylo you could test Nightly: https://nighty.mozilla.org
I leave this open so someone else could mark this as duplicate of bug 1391432 if it's true.
Blocks: stylo-site-issues
Keywords: nightly-community
Comment 2•7 years ago
|
||
Sorry, I mean https://nightly.mozilla.org
Reporter | ||
Comment 4•7 years ago
|
||
Jan Andre is correct, this appears to be fixed in the current Nightly build.
Sorry for the false alarm, folks. And thanks for Stylo and all the other cool stuff in the pipeline!
Flags: needinfo?(themoz)
Comment 5•7 years ago
|
||
(In reply to Brian Hauer from comment #4)
> Jan Andre is correct, this appears to be fixed in the current Nightly build.
Great!
>
> Sorry for the false alarm, folks. And thanks for Stylo and all the other
> cool stuff in the pipeline!
No worries - thanks for testing and helping to make stylo a success. :-)
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•