Closed Bug 1436420 Opened 6 years ago Closed 6 years ago

Webrender: Corrupted Activity Stream Rendering (transform && position-fixed bug?)

Categories

(Core :: Graphics: WebRender, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1435143

People

(Reporter: Gankra, Unassigned)

References

Details

Attachments

(1 file)

If you create a new tab and shrink the height of your window, the settings menu for the activity stream will suddenly appear, even though it should still be translated off the side of the screen.

I've reduced the problematic HTML down in the attached file. Notably:

transform: translateX(x%); where x > 0
overlow-y: auto;
offset-inline-end: 0;
position: fixed;

seems to misposition its contents (although curiously the background color is drawn correctly)

Haven't been able to make a capture, as capturing always crashes on my machine right now.
See Also: → 1435565
(translateX + position:fixed also played a role in bug 1435143. A try build is on the way.)
Attached file test.html
actual test case attached
Attachment #8949097 - Attachment mime type: text/plain → text/html
See Also: 1435565
Fixed in the try build from bug 1435143 comment 7.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: