SmartGWT 2-5 (2011-10-26)
or
SmartClient 8.1 Eval (2011-11-09)
Firefox 3.6.23+
When fixedRecordHeights is set to FALSE and a configured Hilite has changed the "background-color" of a cell(s), a mouse "hover" does not change the background of the "hilighted" cell.
Easiest way to reproduce the behavior:
1) Use http://www.smartclient.com/#preDefinedHilites
2) Select JS tab and modified recreateListGrid function:
3) Click "Try It"
4) Move mouse over ListGrid. Area and GDP cells with hilited background will not change color.
or
SmartClient 8.1 Eval (2011-11-09)
Firefox 3.6.23+
When fixedRecordHeights is set to FALSE and a configured Hilite has changed the "background-color" of a cell(s), a mouse "hover" does not change the background of the "hilighted" cell.
Easiest way to reproduce the behavior:
1) Use http://www.smartclient.com/#preDefinedHilites
2) Select JS tab and modified recreateListGrid function:
Code:
... dataSource: ds, autoFetchData: true, fixedRecordHeights: false, canAddFormulaFields: true, canAddSummaryFields: true, ...
4) Move mouse over ListGrid. Area and GDP cells with hilited background will not change color.
Comment