Closed
Bug 1511757
Opened 6 years ago
Closed 6 years ago
`contain: paint` causes lack of render on scrollable grid
Categories
(Core :: Layout: Scrolling and Overflow, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1494801
Future
Tracking | Status | |
---|---|---|
firefox63 | --- | fix-optional |
firefox64 | --- | fix-optional |
firefox65 | --- | ? |
People
(Reporter: jhprattdev, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
I believe this should block 1150081.
Please see the attached example. When scrolling, the data is hidden from view until a re-render is forced (which I have been doing by clicking as if to highlight text). This only occurs when both `display: grid` and `contain: paint` are present.
I'm not sure why, but this behavior is not present when the developer console is open.
I have verified this bug on FF63/Linux and FF64/Linux; I presume it affects all platforms when `layout.css.contain.enabled` is enabled.
Comment 1•6 years ago
|
||
I think this is a dupe of bug 1494801, mind confirming it works on Nightly?
Blocks: css-contain-1, 1494801
Flags: needinfo?(jhprattdev)
Comment 2•6 years ago
|
||
Yeah, dupe of bug 1494801. I verified that it went from broken to fixed in the right range for that bug's patch, with...
mozregression --find-fix --good 2018-11-21 --bad 2018-11-19 -a "https://bugzilla.mozilla.org/attachment.cgi?id=9029237"
So, this'll be fixed in Firefox 65 (going to beta next week, I believe). Thanks for the bug report, in any case!
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(jhprattdev)
You need to log in
before you can comment on or make changes to this bug.
Description
•