window control buttons (minimize, maximize, close) replaced with black rectangle, at least on Windows 8.1
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | verified |
People
(Reporter: aryx, Assigned: nical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Firefox 90.0a1 20210504214950 on Windows 8.1 (works as expected with Windows 10)
The window control buttons (minimize, maximize, close) are not visible but a black rectangle is shown. Bisection identified bug 1696905 as regressor.
This will be resolved in the next Nightly.
![]() |
Reporter | |
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
In bug 1696905 I changed how clear tiles are rendered from multiply blend to opaque, however it breaks window controls on Windows 8 (the only thing that clear tiles are used for). This patch reverts clear tiles to the previous behavior.
I'm not sure how to test this part of the code because it depends on the widget integration code having something to show behind the window.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Comment 8•4 years ago
|
||
I have reproduced this issue using Fx 90.0a1 (2021.05.04) on Win 8.1 x64.
I can confirm this issue is fixed, I verified using 90.0b4 on Win 8.1 x64.
Updated•4 years ago
|
Description
•