major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
defect
minor
#27146
Memory leak due to multiple registration of selection listeners in the GridComponent
When the TableData is constructed, the GridComponent registers, among other things, the SelectionModelListener and ShowSelectionListener selection listeners on its SelectionModel, which is shared with the TableData. If a new TableData is constructed during the Grid’s lifecycle—for example, when the model changes—the existing SelectionModel continues to be used. However, the aforementioned listeners are simply re-registered with the SelectionModel. This results in a memory leak.
Test
Refactoring. No test.