Hi,

I have a <tree/> with a custom view. One of the columns is of type
checkbox::

<treecol
  id="enabledCol"
  label="&foxyproxy.enabled.label;"
  flex="1"
  persist="width ordinal hidden"
  type="checkbox"/>

The view implements these methods to show/hide the checkbox:

setCellValue: function(row, col, val) {p.item(row).enabled = val;},
getCellValue: function(row, col) {return p.item(row).enabled;},    

It appears that the all cells of which can display a checkbox aren't
selectable. That is, when the cell is clicked, its corresponding row
does not highlight. Clicking any other cell in the row yields the
correct behavior (row is highligted).

Does anyone know how to fix this?

Thank for any help,
Eric
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to