core icon indicating copy to clipboard operation
core copied to clipboard

Bad refs to rowColumnIndex and treeColumnIndex

Open joneit opened this issue 8 years ago • 0 comments

These lines , the context forrowColumnIndex and treeColumnIndex should be this.grid.behavior (not this.grid).

This resulted in getColumnWidth() always returning the default column width instead of the actual column width (not obvious when the actual column with was the default).

This is a problem in develop, introduced in #598: fix keyboard navigation; it is not a problem in master.

joneit avatar Dec 08 '17 21:12 joneit