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 733264 - use ::activatable and ::selectable on listbox rows
use ::activatable and ::selectable on listbox rows
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-16 15:29 UTC by Matthias Clasen
Modified: 2014-10-17 10:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
power: Disable hover on non-clickable rows (4.18 KB, patch)
2014-10-17 10:21 UTC, Bastien Nocera
committed Details | Review
universal-access: Disable hover on non-clickable rows (2.92 KB, patch)
2014-10-17 10:21 UTC, Bastien Nocera
committed Details | Review

Description Matthias Clasen 2014-07-16 15:29:59 UTC
GTK+ master now has ::activatable and ::selectable properties on GtkListBoxRow, which can be used to disable the hover prelight effect for rows which don't react to clicks. Would be good to set these to FALSE where appropriate, e.g. in the power and a11y panels.
Comment 1 Bastien Nocera 2014-10-17 10:21:05 UTC
Created attachment 288740 [details] [review]
power: Disable hover on non-clickable rows
Comment 2 Bastien Nocera 2014-10-17 10:21:11 UTC
Created attachment 288741 [details] [review]
universal-access: Disable hover on non-clickable rows
Comment 3 Bastien Nocera 2014-10-17 10:21:48 UTC
Attachment 288740 [details] pushed as f325d6c - power: Disable hover on non-clickable rows
Attachment 288741 [details] pushed as 19f9bf9 - universal-access: Disable hover on non-clickable rows