Major
Detail
Bugfix
Major
Detail
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
Bugfix
- In the tile layout, for the control representing the tl:RootTileComponent, a listener is registered to the component, but never unregistered.
- This results in about 1400 additional tl:DeckPaneControl when TestGridCreation.script.xml is run multiple times.
- This is also the case in tl:TileContainerComponent.
- As a result, there are about 1700 additional tl:DeckPaneControl on multiple test execution of TestGridCreation.script.xml.
- The views that are displayed in the toolbar register the underlying command as a listener, but these are never deregistered.
- This results in about 100 additional tl:ComponentCommandModel and as many tl:ComponentCommand for multiple test executions of TestGridCreation.script.xml.
Test
Execute the TestGridCreation.script.xml test 10 times in the application. The execution must not become noticeably slower. No OutOfMemoryError must be thrown.