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 740770 - Missing style when the GtkCellRenderer:sensitive property is FALSE
Missing style when the GtkCellRenderer:sensitive property is FALSE
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-11-26 18:15 UTC by Sébastien Wilmet
Modified: 2014-11-29 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sébastien Wilmet 2014-11-26 18:15:05 UTC
The GtkCellRenderer:sensitive property has no effects.

I think it's because the GTK_STATE_FLAG_INSENSITIVE style of GtkTreeView is the same as GTK_STATE_FLAG_NORMAL.
Comment 1 Sébastien Wilmet 2014-11-26 18:16:44 UTC
Forgot to say, it happens with GTK+ 3.14 and GTK+ master (currently 3.15.2).
Comment 2 Lapo Calamandrei 2014-11-28 15:03:35 UTC
I'd need an example where it is used and what would you expect that to do.
Comment 3 Lapo Calamandrei 2014-11-28 16:51:55 UTC
Should be fixed in master and 3.14 branch, closing, feel free to reopen if I didn't get that correctly.
Comment 4 Sébastien Wilmet 2014-11-29 13:01:20 UTC
Thanks Lapo, it works fine.

(the insensitive GtkTreeView colors are used by the auto-completion in GtkSourceView, and can be tested with the tests/test-completion program)