Hello,
we are using now SmartGWTPro 13.10.2013. Since end of september, SelectItems with multiple selection don't work correctly.
If you select multiple records in the picklist, close the picklist and reopen it, only the last selected record is selected.
You can reproduce it with your Multi-Select example in the showcase.
I think, the problem was inserted in ISCGrid.js line 16781:
_navigateToNextRecord make only single select.
It was an urgent problem. Please fix it asap.
Regards
Peter
we are using now SmartGWTPro 13.10.2013. Since end of september, SelectItems with multiple selection don't work correctly.
If you select multiple records in the picklist, close the picklist and reopen it, only the last selected record is selected.
You can reproduce it with your Multi-Select example in the showcase.
I think, the problem was inserted in ISCGrid.js line 16781:
Code:
// Even if we don't have screenReader mode enabled, hilite the current keyboard // target row on focus (but don't trigger a click or select it). // Also call clearLastHilite() on blur, so we don't show orphaned "over" // styling when the user takes focus from the grid } else { if (hasFocus) { if (editCell == null) { parent._navigateToNextRecord(1, true, "focus"); } } else { parent.clearLastHilite(); }
It was an urgent problem. Please fix it asap.
Regards
Peter
Comment