search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler - build 5777 broke event rendering

Asked by Leo
5 months ago.

Hi there,

Your DayPilot Pro for JavaScript 2023.4.5801 release included

[Scheduler] More efficient parsing of Scheduler event text/html improves performance when many events are displayed in the viewport. (build 5777)

It seems that this breaks our Scheduler: we display HTML content on the events. Any events that go outside the viewport (and has the floating element with the little arrow) is correctly displayed. Any events that are completely within the viewport lose all HTML content and just display the event text.

The version before this release does not have this problem. Any release afterwards has the same erratic behaviour.

Is there any way of disabling this new parsing? Or is there a bugfix on the way?

Thanks!

Answer posted by Dan Letecky [DayPilot]
5 months ago.

This happens if you specify both text and html properties for events. This regression incorrectly applies text if both values are specified - the html property should have higher priority.

It should be fixed now in the latest build (2023.4.5807).

Comment posted by Leo
5 months ago.

Perfect, many thanks!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.