Hey!
Some of our customers have reported a bug which I am struggling to reproduce myself. I'm hoping that maybe you guys maybe have seen this aswell.
Im using the Angular Scheduler, and we use Daypilot to organize daily activities over a day. We are using cellGroupBy: 'Hour', with two sliders to set the cell duration and cell width.
A couple of customers have reported that the small events, which has a duration of 5-20 minutes, sometimes change size graphically in the daypilot scheduler, making them look longer than what they actually are.
One concrete example of a configuration was this:
cellDuration: 5
cellWidth: 15
With this configuration, some of the 5 minute events (which should cover one cell in this config), changed to covering two cells. It seems like it happened on a reload of the events. They also reported that a 15 minute event (that covers 3) covered 4.
I used to work with the .NET version of Daypilot before, and I'm pretty sure that I saw this happen on that, but only when the cellDuration wasn't lining up with the width of the event. But this is not what our customer reported atleast.
I'm attaching a image of a part of our scheduler. The three events to the left (Two yellow and one blue) are all 5 minutes, and this is the scenario that can cause this graphical bug.
Our customers use Chrome on Windows 7/8/10 computers. I don't know which version of windows was on the computers that has seen this, but it happened on multiple computers.