Version:
gwt.version: 2.0.4
smartgwt.version: 2.2
Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):
WinXP, Firefox 3.6.12
Detailed description (please be as specific as possible):
While hovering the mouse over a ListGrid not the row under the mouse pointer, but a different row further below is highlighted (or selected, on mouseclick).
The further down the mouse pointer is over the ListGrid, the bigger the offset between mousepointer position and the (incorrectly) highlighted row gets. So in the first few rows the correct row under the mousepointer is highlighted. At the bottom of the ListGrid, the distance between mouse pointer position and highlighted row can be as much as 5-6 rows.
The bug appears on seemingly random occasions (only about every few dozend times the application is started). Despite intensive testing of different preconditions (same application state, empty browser cache, re-deploy application, etc.) no way was found to reproduce this bug consistently.
However, it seems to appear mostly when the all the images used for the listgrid layout are beeing loaded the first time while the application is starting up (when browser cache is empty). Therefore some racing-condition concerning the size of loaded/not-yet-loaded images used for the listgrid layout/dimensions is suspected to be the cause.
The bug appears in web-mode as well in development mode.
No error/warning message was displayed in the the development console.
When opening Debug-Console (SC.showConsole()) the bug disappears.
When restarting the application, reloading the page or restarting the browser, the bug disappears.
gwt.version: 2.0.4
smartgwt.version: 2.2
Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):
WinXP, Firefox 3.6.12
Detailed description (please be as specific as possible):
While hovering the mouse over a ListGrid not the row under the mouse pointer, but a different row further below is highlighted (or selected, on mouseclick).
The further down the mouse pointer is over the ListGrid, the bigger the offset between mousepointer position and the (incorrectly) highlighted row gets. So in the first few rows the correct row under the mousepointer is highlighted. At the bottom of the ListGrid, the distance between mouse pointer position and highlighted row can be as much as 5-6 rows.
The bug appears on seemingly random occasions (only about every few dozend times the application is started). Despite intensive testing of different preconditions (same application state, empty browser cache, re-deploy application, etc.) no way was found to reproduce this bug consistently.
However, it seems to appear mostly when the all the images used for the listgrid layout are beeing loaded the first time while the application is starting up (when browser cache is empty). Therefore some racing-condition concerning the size of loaded/not-yet-loaded images used for the listgrid layout/dimensions is suspected to be the cause.
The bug appears in web-mode as well in development mode.
No error/warning message was displayed in the the development console.
When opening Debug-Console (SC.showConsole()) the bug disappears.
When restarting the application, reloading the page or restarting the browser, the bug disappears.
Comment