Hello,
I'm using Kendo JQuery Scheduler inside an Angular application and I have a problem with the native drag&drop when I specify a small eventHeight on the views.
On the code bellow, there is a problem when eventHeight is 20px.
01.this.kendoScheduler = kendo.jQuery(this.kendoSchedulerEl.nativeElement).kendoScheduler({02. date: new Date(),03. startTime: this.dayStartDateTime,04. endTime: this.dayEndDateTime,05. allDaySlot: false,06. views: [07. {08. type: 'timeline',09. title: translate['COMMON.CALENDAR.DAY'],10. eventHeight: this.eventHeight,11. columnWidth: this.dayColumnWidth12. },Browser: Chrome
To be more specific, with eventHeight=20px, when I drag an event (see attached file) bellow the first 20 pixels of the target cell td, a tooltip appears and dropping the event doesn't trigger the datasource update event. I must drop it inside the first 20 pixels to make drag&drop work.
Do you know what could have gone wrong ?
Regards,
Nicolas
