JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/jlynch7/SlickGrid/wiki
MIT License
89 stars 76 forks source link

rowsCache[activeRow] is undefined #33

Closed cflocation closed 11 years ago

cflocation commented 11 years ago

I am getting this error when using the cell editors. It only happens after I enter the edit state on a row in a cell then scroll down to select a different row. You must scroll off the current screen of rows to get the error message.

This also happens on the example @ http://jlynch7.github.com/SlickGrid/examples/example-frozen-columns.html

Here is the full firebug error

TypeError: rowsCache[activeRow] is undefined [Break On This Error]

rowsCache[activeRow].rowNode.removeClass("active");

Any help would be appreciated.

Thanks

JLynch7 commented 11 years ago

I'm not able to reproduce this. Can you provide more detail?