Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

We experience a list of events misplacement problems with scheduler  in Timeline mode. 

Please check screenshot below.

Empty



Source code: 

Steps to reproduce: 

 1. Open provided source code link in a Chrome browser. 

  2. Click on button "Open in New Window" on top right corner.

  3. Check events placement on the scheduler.


Source code base is taken from official demo example which has similar problems:


Changes that were made: 
in component - default view changed to timeline month:

public currentView: View = 'TimelineMonth';


in css - added style change to fit component width into screen: 

.e-schedule .e-schedule-table {table-layout: initial}


It partly fixes if user zoom-in or zoom-outs browser window.


Appreciate any help you can provide

Tomas M.