Releases
Dokumentation
Search
Github
Discord
Home
Releases
TL_7.9.3
#28521
7.9.3
TopLogic Release
2025-03-04
Alle Tickets
Enhancement
Detail
#
28520
Define charset for JavaScript references
#
28522
DropDown should also display a tooltip when closed
Bugfix
Critical
#
28519
Incorrect preload for attributes whose values are stored in the target table
Major
#
28506
Core theme: Last column of a table with V-scrollbars cannot be widened
#
28517
Fix security vulnerability CVE-2023-22102 in MySQL Connector/J
Detail
#
28518
Vulnerability in Apache ZooKeeper: Missing ACL check for Persistent Watchers
#
28521
JSON: Error when parsing exponential representation with small "e"
#
28525
Parameters of handleOnChange of the SelectOptionControl do not match the call.
Bugfix
Detail
#28521
JSON: Error when parsing exponential representation with small "e"
JSON
Can be parsed:
1E10
.
Cannot be parsed
1e10
Test
test.com.top_logic.basic.config.TestJSON.testDoubleParse()