After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788574 - HighContrast: Ugly solid black corners at bottom of MessageDialog
HighContrast: Ugly solid black corners at bottom of MessageDialog
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-10-05 20:45 UTC by Daniel Boles
Modified: 2017-10-05 23:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (13.46 KB, image/png)
2017-10-05 20:45 UTC, Daniel Boles
  Details
HC: Fix MessageDialog’s rounded bottom borders (10.61 KB, patch)
2017-10-05 23:26 UTC, Daniel Boles
committed Details | Review

Description Daniel Boles 2017-10-05 20:45:29 UTC
Created attachment 360995 [details]
screenshot

title and screenshot say it all
Comment 1 Daniel Boles 2017-10-05 22:21:17 UTC
The black background appears to come from the internal box.dialog-vbox
Comment 2 Daniel Boles 2017-10-05 22:23:23 UTC
hm, but no, it may be the decoration node
Comment 3 Daniel Boles 2017-10-05 23:26:02 UTC
Created attachment 361004 [details] [review]
HC: Fix MessageDialog’s rounded bottom borders

A missing decoration selector meant that we got a solid black background
behind the rounded corners of the dialog.

Copy the equivalent code from Adwaita, including nicely rounding the
focus outline too (& sorry, but this needs more newlines to be readable)
Comment 4 Daniel Boles 2017-10-05 23:26:39 UTC
Attachment 361004 [details] pushed as 3a0ea4e - HC: Fix MessageDialog’s rounded bottom borders