transform scale broke layout and create render artifacts
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: Akiyamka, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Open page
https://rct.lukasbach.com/storybook/?path=/docs/core-custom-renderers--minimal-renderers
And click on "zoom-out" button in storybook interface.
This action apply to the layout wrapper following style:
height: 707.5px;
transform-origin: left top 0px;
transform: scale(0.64);
Env:
OS: Fedora release 34 (Thirty Four) x86_64
Host: HP Spectre x360 Convertible 15-bl1XX
Kernel: 5.11.16-300.fc34.x86_64
Resolution: 3840x2160, 1920x1080
DE: GNOME 40.0
WM: Mutter
CPU: Intel i7-8550U (8) @ 4.000GHz
GPU: Intel UHD Graphics 620
GPU: NVIDIA GeForce MX150
Memory: 12059MiB / 15877MiB
Actual results:
Layout looks broken, buttons rendered in unexpected place, hover interactions cause render artifacts (white squares).
Video attached as file, or you can view it by link
https://www.loom.com/share/bac4d477714a462cb26e5f52a1e0dd8f
Expected results:
Should just render layout in smaller size, as in chromium.
Video attached as file, or you can view it by link
https://www.loom.com/share/bac4d477714a462cb26e5f52a1e0dd8f
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•3 years ago
|
||
Thanks for the report! Please open about:support, click on "Copy text to clipboard" and paste it here.
Comment 4•3 years ago
|
||
(In reply to Akiyamka from comment #3)
Version: 88.0
Thanks! Please update your Firefox. This bug has been fixed in 89. Firefox 93 is current stable version:
https://bodhi.fedoraproject.org/updates/FEDORA-2021-836606e949
Description
•