Questions Tagged bug

Daypilot navigator problem after updating to angular 16

Answered: This is hard to guess without the actual code, but you may be accessing an instance that has been destroyed already. If it doesn’t help, could you please post an example that reproduces the problem?

DayPilot Month - RTL

Answered: It was almost ready - the RTL support is now available in the latest sandbox build (2024.3.5979). You can get the sandbox React package at npm.daypilot.org . See also a live demo in the sandbox: Mont...

Context Header Menu not locked when appearing.

Answered: In the latest sandbox build (2024.3.5980), the context menu now hides on a "wheel" event (mouse wheel or touchpad scrolling) to prevent it from moving to an incorrect position. That should fix the is...

Drag Shadow disappears after dragging over updating rows

Dear Daypilot Developer While working on a project at my company which uses Daypilot Scheduler I came across this weird behaviour. For context the daypilot scheduler would dynamically load the events...

PHP Shift planning

Answered: This error has been fixed recently. Please make sure that you have the latest version (from May 21, 2024): PHP Shift Planning System (JavaScript/HTML5 Frontend, MySQL Database) If the problem persist...

Keep drag and drop preview through rerenders

Answered: Sorry for the delay! I assume that you are using dynamic event loading to load additional data during scrolling ( onScroll event). In the event handler, you should only update the Scheduler by callin...

Time is getting lost ...

Answered: If you don’t specify the field type explicitly, the modal dialog form will use a date field when dateFormat is specified. If you want to use the full date/time value I recommend using the date/time f...

scrollToResource is buggy.

Answered: The scrollToResource() method is quite simple (it sets the scrollTop style to the appropriate value) but it is executed asynchronously, after a delay of 100ms. It’s good to take this into account. I ...