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 735646 - update selection mode to use checked instead of active
update selection mode to use checked instead of active
Status: RESOLVED FIXED
Product: libgd
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libgd maintainer(s)
libgd maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-28 22:45 UTC by Jakub Steiner
Modified: 2014-09-08 12:24 UTC
See Also:
GNOME target: 3.14
GNOME version: ---


Attachments
Fix rendering of checkmarks (1.04 KB, patch)
2014-09-03 03:35 UTC, Matthias Clasen
committed Details | Review

Description Jakub Steiner 2014-08-28 22:45:40 UTC
gtk has changed the behavior of checkboxes and radios to use GTK_STATE_FLAG_CHECKED rather than ACTIVE. See bug #735011 for a similar situation (webkit).
Comment 1 Matthias Clasen 2014-09-03 03:35:44 UTC
Created attachment 285216 [details] [review]
Fix rendering of checkmarks

GTK+ changed from using the active state to a new checked
state for this. Adapt the toggle cell renderer.
Comment 2 Bastien Nocera 2014-09-03 12:11:32 UTC
Tested in totem

Attachment 285216 [details] pushed as 8768635 - Fix rendering of checkmarks