telerik / kendo-vue

Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
Other
62 stars 27 forks source link

[Bug][Scheduler] when multiple events are in one slot causes misalignment #543

Open kdikov82 opened 3 months ago

kdikov82 commented 3 months ago

Describe the bug Having vertical group orientation causes misalignment in TimelineView:

group: {
        resources: ['Rooms', 'Persons'],
        orientation: 'vertical',
      },

To Reproduce Here are two examples demonstrating the issue: https://stackblitz.com/edit/7kzvad?file=src%2Fmain.vue (lines with more than one event should expand)

https://stackblitz.com/edit/j8n24o?file=src%2Fmain.vue

Version 4.3.1

Tickets 1650804

Aspyryan commented 2 months ago

Also struggling with this, would love to see it fixed!