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 727036 - W32: Combobox dropdown color is button-gray instead of window-white
W32: Combobox dropdown color is button-gray instead of window-white
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-03-25 17:37 UTC by LRN
Modified: 2014-04-04 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
W32: Fix combobox dropdown list color (1.07 KB, patch)
2014-03-25 17:37 UTC, LRN
committed Details | Review
How it looks without the patch (4.08 KB, image/png)
2014-03-25 17:38 UTC, LRN
  Details
How it looks with the patch (4.40 KB, image/png)
2014-03-25 17:38 UTC, LRN
  Details

Description LRN 2014-03-25 17:37:55 UTC
Traditionally, on W32 combobox dropdown looks like a listbox (simple
rectangular box with white background), regardless of how the combobox
itself looks (editable or select-only).

GTK by default draws dropdowns with default button-face color.
Comment 1 LRN 2014-03-25 17:37:59 UTC
Created attachment 272881 [details] [review]
W32: Fix combobox dropdown list color
Comment 2 LRN 2014-03-25 17:38:18 UTC
Created attachment 272882 [details]
How it looks without the patch
Comment 3 LRN 2014-03-25 17:38:39 UTC
Created attachment 272883 [details]
How it looks with the patch
Comment 4 Matthias Clasen 2014-03-27 02:36:46 UTC
Review of attachment 272881 [details] [review]:

ok
Comment 5 LRN 2014-04-04 10:08:25 UTC
Attachment 272883 [details] pushed as e8f0908 - W32: Fix combobox dropdown list color