Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#4139 closed defect (fixed)

Gtk.CellRendererText() has no theme set for 'sensitive' property

Reported by: humitos Owned by: manuq
Priority: Normal Milestone: Unspecified
Component: Sugar Version: Unspecified
Severity: Unspecified Keywords: theme, screenshot
Cc: manuq Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

I'm trying to make some rows 'unsensitive' (because of #3709) and I found that there is no style for that property.

I'm attaching an script as example that ran in GNOME it shows the rows with a clear difference between 'sensitive' set in False and in True but ran inside Sugar they look very similar.

Attachments (4)

gtktree_sensitive.py (1.4 KB) - added by humitos 11 years ago.
Script as example
in_sugar.png (29.4 KB) - added by humitos 11 years ago.
Script ran in Sugar
in_gnome.png (14.8 KB) - added by humitos 11 years ago.
Script ran in GNOME
gtktreesensitive.py (1.3 KB) - added by manuq 11 years ago.
Sugar testcase.

Download all attachments as: .zip

Change History (9)

Changed 11 years ago by humitos

Script as example

Changed 11 years ago by humitos

Script ran in Sugar

Changed 11 years ago by humitos

Script ran in GNOME

comment:1 Changed 11 years ago by manuq

OK I need to check how was this themed in GTK2.

PS the window in your "in_sugar.png" is not getting the Sugar theme, but the basic gnome one. I'm attaching a script that can be added to sugar-toolkit-gtk3 tests/graphics directory and then run from a sugar shell.

Changed 11 years ago by manuq

Sugar testcase.

comment:2 Changed 11 years ago by manuq

  • Resolution set to fixed
  • Status changed from new to closed

Pushed fix as b2b0f261 .

comment:3 follow-up: Changed 11 years ago by humitos

After "make build" inside sugar-build I can see your b2b0f261 change. But I run my original script inside Sugar from Terminal Activity and I can't see the difference between the columns.

What it could be missing?

comment:4 in reply to: ↑ 3 Changed 11 years ago by manuq

Replying to humitos:

After "make build" inside sugar-build I can see your b2b0f261 change. But I run my original script inside Sugar from Terminal Activity and I can't see the difference between the columns.

What it could be missing?

See PS in comment:1

comment:5 Changed 11 years ago by dnarvaez

  • Component changed from sugar-artwork to Sugar
Note: See TracTickets for help on using tickets.