Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    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:
    Code:
    *13:39:37.364:INFO:Log:initialized
    *13:39:37.781:WARN:Log:SyntaxError: Unexpected identifier '_$above'
    Investigating pointed me to ListGrid.js (debug version) which lacks comma after "below" in the following code:
    (line 31203 in v15.0d_2025-08-21)
    Code:
    // recordComponentPositions
    _$within: "within",  // fill the space
    _$expand: "expand",  // show below
    _$below: "below"     // show below
    _$above: "above",    // show above
    This has been introduced in v15.0d_2025-08-10.
    Thanks,
    MichalG

    #2
    Thanks for the report - this has been fixed for tomorrow's builds, dated August 23 and later.

    Comment


      #3
      Verified as fixed against v15.0d_2025-08-25.
      Thank you,
      MichalG

      Comment

      Working...
      X