SmartClient Version: v13.1p_2025-02-05/Enterprise Deployment (built 2025-02-05)
I see it's fixed, thank you very much
Announcement
Collapse
No announcement yet.
X
-
Thanks Claudio - we've made a change to address this for tomorrow's builds.
Leave a comment:
-
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") } });
Tags: None
Leave a comment: