SmartClient Version: v11.1p_2017-11-08/AllModules Development Only (built 2017-11-08)
Chrome on OSX
Hello, please try the #databoundCalendar sample:
- right click on an event, so that the native context menu is shown
- click outside or use ESC to close the context menu
- when you move the mouse out of the event, the same error is repeated in the developer console:
Chrome on OSX
Hello, please try the #databoundCalendar sample:
- right click on an event, so that the native context menu is shown
- click outside or use ESC to close the context menu
- when you move the mouse out of the event, the same error is repeated in the developer console:
Code:
12:21:59.335:MMV9:WARN:Log:TypeError: Cannot read property 'event' of undefined Stack from error.stack: _3.dragRepositionStart(<no args: exited>) on [Canvas ID:eventCalendar_weekView_eventDragTarget] @ ISC_Calendar.js:39:169 [c]EventHandler.bubbleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2045:89 [c]EventHandler.handleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1793:351 [c]EventHandler.handleDragStart(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1942:205 EventHandler.__handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1863:5 EventHandler._handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1854:244 [c]EventHandler.handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1854:11 [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseMove(), _2=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:2131:108 HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:123
Comment