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
(User-visible)
Detail
#26559
Not all options of `SelectField`s can be scrolled through with the keyboard
Test
- Focus drop-down select field.
- Press the down arrow on the keyboard several times.
- Expectation: The SelectField selects all its possible options one after the other.
Currently in FireFox: The SelectField switches back and forth between two options, every third keystroke goes nowhere. Edge seems to work.
The reason seems to be that when changing the selection, the server explicitly sets the new selection again in the response to the request at the GUI. The check that values coming from the GUI are not written back to the GUI seems to be broken (at least for `SelectField`s).