Open
Bug 1265438
Opened 9 years ago
Updated 2 years ago
Blocks with transform: translateZ(0) are not rendered
Categories
(Core :: Layout, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: bernat, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160413010702
Steps to reproduce:
1. Go to https://web.whatsapp.com
2. Some panes are not rendered (see screenshot)
3. Disable the transform: translateZ(0) property in web inspector: panes are now rendered correctly
4. Enable it back: some panes are not rendered anymore
Actual results:
Without the transform enabled, rendering is OK. With the transform enabled, some panes are not rendered. They can be rendered at a later point depending on the activity on the page. For example, popping up a menu (the one from whatsapp) makes the pane render correctly.
Expected results:
Pane should be rendered consistently.
Debian Linux unstable.
Firefox 45.0.2 from Debian unstable.
Linux zoro 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 GNU/Linux
X.org 1.18.3 with modesetting driver
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
Reporter | ||
Comment 1•9 years ago
|
||
glxinfo output
Updated•9 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Reporter | ||
Comment 2•9 years ago
|
||
After upgrading to Firefox 46, the problem doesn't appear anymore. Should I close with WORKSFORME or INVALID?
Reporter | ||
Comment 3•9 years ago
|
||
Debian did release a new version of Firefox using GTK2 instead of GTK3 (due to an unrelated bug). The present bug appears again. So, it seems to be linked to the use of GTK2. Dunno if it's worth investigating.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•