SmartClient Version: v8.3p_2013-06-25/PowerEdition Development Only (built 2013-06-25)
in my databound calendar, if I add an event without a description, I got this error:
the problem is in the dayView and weekView, if I put
the error disappears.
in my databound calendar, if I add an event without a description, I got this error:
Code:
11:50:02.315:XRP3:WARN:Log:TypeError: Cannot call method 'match' of undefined Stack from error.stack: isc.HTMLFlow.addClassMethods.getScript() @ isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v83p_2013-06-22.js:53607:33 isc.HTMLFlow.addMethods._evalContents() @ isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v83p_2013-06-22.js:54107:18 isc.HTMLFlow.addMethods.setContents() @ isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v83p_2013-06-22.js:54090:10 isc.EventWindow.addProperties.updateColors() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:6197:27 isc.EventWindow.addProperties.renderEvent() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:6118:14 isc.Calendar.addProperties._renderEventRange() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:2890:17 isc.DaySchedule.addProperties.sizeEventWindow() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:5443:21 isc.DaySchedule.addProperties.addEvent() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:5504:14 isc.DaySchedule.addProperties.refreshEvents() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:5426:18 isc.Calendar.addProperties.refreshSelectedView() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=v83p_2013-06-22.js:1810:23
Code:
showDayView: false, showWeekView: false
Comment