Closed
Bug 1373605
Opened 7 years ago
Closed 7 years ago
regression: gradient bleeds with background-attachment: fixed
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 929484
People
(Reporter: nick, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170613235745
Steps to reproduce:
Added a background gradient to a table row with background-attachment: fixed.
This has been working fine until Firefox 54. All platforms affected.
See https://jsfiddle.net/qtkkokkt/1/ or attached files.
Actual results:
The background gradient renders incorrectly and bleeds out to the first parent container with a non-visible value for the overflow property. There are three different coloured rows - the colour of the last overrides the others and alpha is not applied.
Expected results:
Background gradient should be constrained to the table row and alpha should be applied.
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
•