ctblackm
7 Jul 2009, 10:32 AM
The function getRow() (or, the compiled javascript that this function becomes, rather) on line 377 in GridView is throwing the following error in Firefox:
uncaught exception: Index or size is negative or greater than the allowed amount (NS_ERROR_DOM_INDEX_SIZE_ERR)
It appears this function is passing -1 as a row index for the header.
The error occurs AFTER the grid is loaded with data when the user hover's over one of the header fields.
Firefox Version: 3.0.11
GXT Version: 2.0-M2
GWT Version: 1.6.4
uncaught exception: Index or size is negative or greater than the allowed amount (NS_ERROR_DOM_INDEX_SIZE_ERR)
It appears this function is passing -1 as a row index for the header.
The error occurs AFTER the grid is loaded with data when the user hover's over one of the header fields.
Firefox Version: 3.0.11
GXT Version: 2.0-M2
GWT Version: 1.6.4