major
minor
defect
major
minor
#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
defect
(User-visible)
minor
#26559
Not all options of `SelectField`s can be scrolled through with the keyboard
Test
- Focus onthe drop-down select field.
- Press the down arrow key several times on the keyboard.
- Expected behavior: The SelectField cycles through all its possible options one after another.
Current behavior in Firefox: The SelectField switches back and forth between two options; every third keystroke has no effect. Edge appears to work correctly.
The cause appears to be that when the selection changes, the server explicitly sets the new selection again in the response to the request sent to the GUI. The mechanism that prevents values coming from the GUI from being written back to the GUI seems to be broken (at least for `SelectField`s).