Verified as fixed against v15.0d_2025-08-25.
Thank you,
MichalG
Announcement
Collapse
No announcement yet.
X
-
Thanks for the report - this has been fixed for tomorrow's builds, dated August 23 and later.
Leave a comment:
-
Syntax error in ListGrid.js when debugging in super-dev-mode
Hi,
While testing upgrade to the latest SGWT 15.0d I noticed an error manifesting itself in debug session (GWT super dev).
Developer console shows:
Investigating pointed me to ListGrid.js (debug version) which lacks comma after "below" in the following code:Code:*13:39:37.364:INFO:Log:initialized *13:39:37.781:WARN:Log:SyntaxError: Unexpected identifier '_$above'
(line 31203 in v15.0d_2025-08-21)
This has been introduced in v15.0d_2025-08-10.Code:// recordComponentPositions _$within: "within", // fill the space _$expand: "expand", // show below _$below: "below" // show below _$above: "above", // show above
Thanks,
MichalG
Tags: None
Leave a comment: