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
minor
#26233
Chrome Browser: Users Are Not Logged Out After Closing the Browser Window
If the browser window is closed instead of the user explicitly logging out, the session timeout is typically reduced to a few seconds, so that the user is automatically logged out afterward. In the log, this is acknowledged by the following messages: "Potential window close, scheduling subsession disposal." "Disposing subsession after window close." All of the user’s active locks are thereby released.
This no longer appears to work in the Chrome browser. Closing the window is not detected, and the session, as well as all of the user’s existing locks, remain active for the duration of the regular session timeout.
Test
Perform the following test in all possible browsers (especially Firefox, Edge, and Chrome):
- Log in to the application
- Copy the URL
- Open a new tab
- Close the tab with the application (**do not** log out)
- Wait at least 15 seconds (max. 30 minutes)
- Open the copied URL in the new tab
- Expected result: The application’s login screen appears, and you are not logged in automatically.