DictionaryGrid has no columns dictionary if no data is set

Bug #678244 reported by Rick Spencer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Quickly Widgets
New
Undecided
Unassigned

Bug Description

If you build a grid like this:
        keys = ["id","price","bool?"]
        grid = DictionaryGrid(None, keys)

grid.columns is {}, but there should be columns, even if there is no data.

Revision history for this message
Jo-Erlend Schinstad (joerlend.schinstad-deactivatedaccount) wrote :

That bug is invalid. You're setting editable to a list of keys. If you DictionaryGrid(None, keys=keys) will work.

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.