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 763707 - [HighContrast(|Inverse)] active and hover states for radios and checkboxes broken
[HighContrast(|Inverse)] active and hover states for radios and checkboxes br...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-03-15 15:03 UTC by Jakub Steiner
Modified: 2016-03-16 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
High Contrast: reimplement check and radio (48.47 KB, patch)
2016-03-15 18:26 UTC, Jakub Steiner
none Details | Review
Patch with working treeview selected rows (43.67 KB, patch)
2016-03-16 10:41 UTC, Lapo Calamandrei
committed Details | Review

Description Jakub Steiner 2016-03-15 15:03:41 UTC
Looks like active and hover states for checkboxes and radiobuttons are invisible right now for HC.
Comment 1 Jakub Steiner 2016-03-15 18:26:53 UTC
Created attachment 324035 [details] [review]
High Contrast: reimplement check and radio

Use a similar sturcture as Adwaita - using buttons for
radios and checkboxes.
Comment 2 Lapo Calamandrei 2016-03-16 10:41:08 UTC
Created attachment 324083 [details] [review]
Patch with working treeview selected rows

Check and radios on selected treeview rows fixed.
Comment 3 Matthias Clasen 2016-03-16 10:48:30 UTC
Review of attachment 324083 [details] [review]:

typo in commit message: structure

otherwise, looks good