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 in color.
If the tab is switched away and then switched back, the selection reappears.
Cause
The cause here 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. As the FormContext is recreated, the new shape groups are not found in the selection.
Test
TestGridSelection-03_TestSelectionAfterRepaint.xml