mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

getCellFromPoint(0,0) returns wrong cell index as -1 #1093

Open royling opened 8 years ago

royling commented 8 years ago

expect it to return {row: 0, cell: 0}.

seems a loop condition issue in https://github.com/mleibman/SlickGrid/blob/2.1/slick.grid.js#L2313, will submit a PR.

6pac commented 8 years ago

BTW this has been applied to my Alternative Master repo