Changeset 1107

Show
Ignore:
Timestamp:
2008-09-23 22:36:45 (2 months ago)
Author:
MaierMan
Message:

Fix: checkmarks not usable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/select.js

    r1096 r1107  
    194194        isContainerEmpty: function(idx) false, 
    195195        isSeparator: function(idx) false, 
    196         isEditable: function(idx) false
     196        isEditable: function(idx, col) col.index == 0
    197197 
    198198        // will grab the "icon" for a cell. 
     
    268268        // called when the user clicks our checkboxen 
    269269        setCellValue: function(idx, col, value) { 
    270  
    271270                // set new checked state. 
    272                 var l = this._links[idx]; 
     271                let l = this._links[idx]; 
    273272                if (value == "true") { 
    274273                        l.checked = "manuallySelected";