Announcement

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

    colorTester.jsp error with Calendars

    SmartClient Version: SNAPSHOT_v13.1d_2024-10-06/Enterprise Development Only (built 2024-10-06)

    Hello, in the skin editor, if you select Calendars in "Select View", you'll see an error in console:

    Code:
    *23:02:19.561:WARN:Log:InternalError: too much recursion
    Stack from error.stack:
        Dat.toSchemaDate()
        JSONEncoder.encodeDate()
        JSONEncoder._serialize()
        JSONEncoder._serializeObject()
        JSONEncoder._serialize()
        JSONEncoder._serializeArray()
        JSONEncoder._serialize()
        JSONEncoder._serializeObject()
        JSONEncoder._serialize()
        JSONEncoder.encode()
        [c]JSON.encode()
        .debug_echoFull()
        echoFull()
        CalendarView._refreshData()
        CalendarView.refreshEvents()
        CalendarView._refreshData()
        CalendarView.refreshEvents()
    .....

    #2
    hi Claudio - we're seeing this issue and will get to it soon.

    In the meantime, note that if you select a different view when this happens, changing back to the Calendar view will work as expected.

    Comment


      #3
      hi Claudio - we've fixed this for today's builds, dated October 13, and later ones.

      Comment


        #4
        SmartClient Version: SNAPSHOT_v13.1d_2024-10-13/Enterprise Deployment (built 2024-10-13)

        I see it's fixed, thank you very much

        Comment

        Working...
        X