DictionaryGrid.editable does not work for CheckColumn

Bug #841357 reported by Jo-Erlend Schinstad
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Quickly Widgets
Fix Released
Undecided
Unassigned
quickly-widgets (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

DictionaryGrid.editable setter currently loops over the columns in a grid, setting the editable property on the columns renderer. This is an improvement from the previous behavior, but it doesn't work for CheckColumn because gtk.CellRendererToggle doesn't have an editable property, but instead has an activatable. (Annoying!)

I think the way to fix this is to add a .set_editable on GridColumn to set the editable property on its renderer, and override that in column types whos renderers doesn't support that property.

I'll fix this ASAP.

Changed in quidgets:
status: New → Fix Released
Michael Terry (mterry)
Changed in quidgets:
milestone: none → 12.03
status: Fix Released → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package quickly-widgets - 12.03

---------------
quickly-widgets (12.03) precise; urgency=low

  * Setting editable should not recreate the treeview in DictionaryGrid
    (LP: #812266)
  * DictionaryGrid.editable does not work for CheckColumn (LP: #841357)
  * Quickly Widgets should use GOI (LP: #678225)
  * debian/control:
    - Update Dependencies for python-gi
 -- Michael Terry <email address hidden> Tue, 13 Mar 2012 12:54:42 -0400

Changed in quickly-widgets (Ubuntu):
status: New → Fix Released
Michael Terry (mterry)
Changed in quidgets:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.