Open
Bug 1420539
Opened 8 years ago
Updated 3 years ago
Parallax effect does not work when grayscale filter is applied
Categories
(Core :: Layout, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: emma.mason20, Unassigned)
Details
Attachments
(1 file)
|
48.50 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171124100500
Steps to reproduce:
1. Open uploaded test case.
2. Scroll down page
Actual results:
Image does not get covered by text and red div.
Expected results:
Image with filter background should be hidden as user scrolls. Removing the
.parallax {
filter: grayscale(100%);
}
rule works as expected, with the caveat that the grayscale filter is (obviously) not applied.
Works correctly when WebRender is enabled.
| Reporter | ||
Updated•8 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•