Detail
Detail
Bugfix
(User-visible)
If a row is selected in a tl:GridComponent in view mode and then F5 is pressed, the selection disappears, i.e. the selected row is no longer highlighted.
If the tab is toggled away and then toggled back, the selection reappears.
Cause
The reason for this is that the FormContext is recreated when F5 is pressed in view mode. The SelectionModel of the GridComponent contains form groups for the selected rows. Since the FormContext is newly created, the new shape groups are not found in the selection.
Test
TestGridSelection-03_TestSelectionAfterRepaint.xml