-
7 Jul 2009 10:32 AM #1
[CLOSED] GridView throwing index error in Firefox.
[CLOSED] GridView throwing index error in Firefox.
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
-
7 Jul 2009 10:34 AM #2
Please update to the GXT2 final release. M2 is quite old. This was also fixed already. Marking this thread as closed.
-
7 Jul 2009 11:24 AM #3
That fixed it.
Sorry for the confusion and thanks for your help.
-- Chris Blackmon
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote