SmartGWT Enterprise 14.1-p20250611
We're updating an existing application from 13.0 to 14.1. We have a Calendar widget that we're using to store events. Whenever we click in any of the calendar days in the month view, we get this error:
I'm really not sure where to even start with debugging this since I'm not see any of our code being executed.
We're updating an existing application from 13.0 to 14.1. We have a Calendar widget that we're using to store events. Whenever we click in any of the calendar days in the month view, we get this error:
Code:
ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1475 *13:32:37.427:TMR9:WARN:Log:ReferenceError: _36 is not defined
Stack from error.stack:
_3.updateFieldsForLongEvent(<no args: exited>) on [DynamicForm ID:isc_Calendar_0_eventEditor] @ ISC_Calendar.js:787:341
_3.setEvent(<no args: exited>) on [Window ID:isc_Calendar_0_eventEditorLayout] @ ISC_Calendar.js:802:269
Calendar._showEventEditor(<no args: exited>) on [Calendar ID:isc_Calendar_0] @ ISC_Calendar.js:814:335
Calendar.showEventEditor(<no args: exited>) on [Calendar ID:isc_Calendar_0] @ ISC_Calendar.js:813:206
_3.show(<no args: exited>) on [Window ID:isc_Calendar_0_eventDialog] @ ISC_Calendar.js:782:228
Calendar._showEventDialog(<no args: exited>) on [Calendar ID:isc_Calendar_0] @ ISC_Calendar.js:812:61
Calendar.showEventDialog(<no args: exited>) on [Calendar ID:isc_Calendar_0] @ ISC_Calendar.js:808:175
[c]Class.fireCallback(_1=>Obj, _2=>null, _3=>null, _4=>null, _5=>true) on [Class Timer] @ ISC_Core.js:333:252
Timer._fireTimeout(_1=>"$ir1144", _2=>1400, _3=>undef) on [Class Timer] @ ISC_Core.js:2582:6
null.<anonymous>() @ ISC_Core.js:2577:40
isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1475
observation @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:372
isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1473
isc_c_Log_log @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1466
logMessage @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1455
logWarn @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1455
isc.B.push.isc.A.$115i @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1429
isc__debug__reportJSError @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:1429
isc_c_Class_fireCallback @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:333
isc_c_Timer__fireTimeout @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2582
(anonymous) @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2577
setTimeout
isc_c_Timer_setTimeout @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2577
isc_c_Class_delayCall @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:334
isc_Class_delayCall @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:431
isc_MonthSchedule_cellClick @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:427
eval @ VM20665:4
isc_GridRenderer__cellClick @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:685
isc_GridRenderer__rowClick @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:683
isc_c_Class_invokeSuper @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:319
isc_c_Class_Super @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:311
isc_GridBody__rowClick @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:759
isc_GridRenderer_click @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:681
isc_Canvas_handleClick @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:4636
isc_c_EventHandler_bubbleEvent @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2957
isc_c_EventHandler_handleClick @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2767
isc_c_EventHandler__handleMouseUp @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2749
isc_c_EventHandler_handleMouseUp @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2740
isc_c_EventHandler_dispatch @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:3056
eval @ VM20594:3
ISC_Core.js?isc_version=v14.1p_2025-06-11.js:333 Uncaught ReferenceError: _36 is not defined
at _3.updateFieldsForLongEvent (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:787:341)
at _3.setEvent (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:802:269)
at _3.isc_Calendar__showEventEditor [as $53j] (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:814:335)
at _3.isc_Calendar_showEventEditor [as showEventEditor] (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:813:206)
at _3.show (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:782:228)
at _3.isc_Calendar__showEventDialog [as $53l] (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:812:61)
at _3.isc_Calendar_showEventDialog [as showEventDialog] (ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:808:175)
at _3.isc_c_Class_fireCallback [as fireCallback] (ISC_Core.js?isc_version=v14.1p_2025-06-11.js:333:252)
at _3.isc_c_Timer__fireTimeout [as $in] (ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2582:6)
at ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2577:40
updateFieldsForLongEvent @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:787
setEvent @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:802
isc_Calendar__showEventEditor @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:814
isc_Calendar_showEventEditor @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:813
show @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:782
isc_Calendar__showEventDialog @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:812
isc_Calendar_showEventDialog @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:808
isc_c_Class_fireCallback @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:333
isc_c_Timer__fireTimeout @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2582
(anonymous) @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2577
setTimeout
isc_c_Timer_setTimeout @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2577
isc_c_Class_delayCall @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:334
isc_Class_delayCall @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:431
isc_MonthSchedule_cellClick @ ISC_Calendar.js?isc_version=v14.1p_2025-06-11.js:427
eval @ VM20665:4
isc_GridRenderer__cellClick @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:685
isc_GridRenderer__rowClick @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:683
isc_c_Class_invokeSuper @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:319
isc_c_Class_Super @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:311
isc_GridBody__rowClick @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:759
isc_GridRenderer_click @ ISC_Grids.js?isc_version=v14.1p_2025-06-11.js:681
isc_Canvas_handleClick @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:4636
isc_c_EventHandler_bubbleEvent @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2957
isc_c_EventHandler_handleClick @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2767
isc_c_EventHandler__handleMouseUp @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2749
isc_c_EventHandler_handleMouseUp @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:2740
isc_c_EventHandler_dispatch @ ISC_Core.js?isc_version=v14.1p_2025-06-11.js:3056
eval @ VM20594:3
Comment