GNOME Bugzilla – Bug 148848
No visual difference of disabled checkboxes in SimplySmooth
Last modified: 2006-03-04 18:50:08 UTC
Normally disabled checkboxes are 'greyed out' in other themes. SimplySmooth doesn't do this. So there is no visual difference between an enabled and a disabled checkbox. Check the appended screenshots: the checkbox "Druck-Server" is disabled and the checkbox "SQL-Server" is enabled.
Created attachment 30056 [details] Checkboxes shown in the GTK default theme
Created attachment 30057 [details] Checkboxes shown in the SimplySmooth theme
Can you confirm if this still occurs in GNOME 2.12. I can't reproduce it here.
This bug now appears in the clearlooks theme version 2.6.7. Please excuse, that I forgot to reply to this bug earlier, but I had paused my open source engagement for some monthes. This bug has a high priority for me, since it renders my app total useless, since GNOME 2.14 won't ship the 2.7 branch of clearlooks. I am using an up-to-date Ubuntu Dapper system. Thanks, Sebastian
Created attachment 59513 [details] The insensitve checkbutton in a gtktreeview looks like a not checked one
Created attachment 59514 [details] The same app with a working raleigh checkbutton
Created attachment 59518 [details] a python demo app for widgets untar and run "python pygtk-demo.py". select the test "tree store" from "treeview"
Re-assigning to gtk-engines.
I now changed clearlooks to draw the background of the toggle button with bg[INSENSITIVE] for insensitive toggle and radio buttons. In the normal themes that makes them look transparent on the canvas, and gray in treeviews.
Thanks a lot.