Announcement

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

    Calendar.showEventDialog called two times for every click

    SmartClient Version: v13.1p_2025-02-04/AllModules Development Only (built 2025-02-04)

    Chrome and Firefox on MacOS

    Hello, I just noticed that Calendar.showEventDialog is called two times for every click (on the day body), when in month view. You may try it in the showcase:

    Code:
    isc.Calendar.create({
        ID: "eventCalendar",
        data: eventData,
        showEventDialog: function (event, isNewEvent) {
            isc.logEcho("showEventDialog")
        }
    });

    #2
    Thanks Claudio - we've made a change to address this for tomorrow's builds.

    Comment


      #3
      SmartClient Version: v13.1p_2025-02-05/Enterprise Deployment (built 2025-02-05)

      I see it's fixed, thank you very much

      Comment

      Working...
      X