-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
(discovered in promes_output)
Our DataArrayModel.flags method is slightly buggy:
- when readonly, we need the flag ItemIsSelectable. When the cell is editable, this is (apparently) implied, but specifying it explicitly wouldn't hurt
- It would be more correct to return NoItemFlags for invalid indices
References: