enhancement
critical
major
minor
minor
#25907
Layout editor: inconsistent behavior of unfold state, selection and reaction to object creation
#25951
Application tests: CheckLabeledExecutabilityOp fails to assert non-executability of literal ResKey reasons.
#25952
Model Editor: Enum default provider does not work for enum references for which singleton link storage was explicitly selected
#26002
ConfigurationItem-valued properties with format annotations may cause an attempt to create abstract config items when deserializing null values
#26012
Help editor crashes when a user has chosen a language that is not in the supported languages of the application
#26039
Gridcomponent: Display of context menu for new (transient) row object leads to UnsupportedOperationException
#26085
An attribute of type tl.model.search:Expr is not displayed in the form above a TL script editor
#26111
Context menu commands for table rows are erroneously executed on the table model when opening the context menu in the background of the table
#26153
Migration: Replay fails if string values with line breaks are contained in the dataset where a line ends with a semicolon
#26171
A TL script expression entered in a wizard template is reformatted when transferred to the final template
#26223
TL script: Under unfavorable conditions wrong parameter values when evaluating local functions
defect
(User-visible)
- It is not possible to use the Tab key to navigate from the main tab bar to the detail component.
- Although the burger menu can be opened with the "Enter" key, the menu itself cannot be navigated.
- If the button row is too narrow to display all commands, they are moved to a menu. This menu is also non-functional; it is not highlighted (using accessibility.css) and is selected in the tab order after the rightmost button, even though it is displayed on the left.
- In a select field with a table selection, an additional element prevents subject objects from being clickable, thus preventing a “Go To” action from being executed. However, this is still possible using the keyboard.
- It is no longer possible to tell which element currently has focus.
Test
- Select the “DemoModern” theme (only for better testability; all tests must work with all themes).
- Use the “Tab” key to navigate from the main tab bar to the detail components.
- Select the table component
- Expected behavior: The burger menu can be opened using the Tab key, and you can navigate within the burger menu using the Tab key.
- Open the settings dialog and resize it so that the "Reset Personal Settings" button disappears from the menu.
- Expected behavior: Pressing the Tab key takes you to the menu opener for the buttons in the button row, and this menu can be opened and navigated using the Tab key.
- Generate ‘A’s, edit an ‘A’, open the selector for “dependency1.”
- Expectation: You can navigate using the Tab key, but not into the “Name” column.
- Select the “Dezent” theme (or another one), then log in again
- Expectation: It should be clear which element currently has focus, at the latest after pressing “Tab” for the first time.