Questions tagged javascript

Events start to stack vertically when very small

Answered: eventStackingLineHeight is not something we want, conflicting events should stack in a new line 100%. we already implemented the line property before and it wasn’t helping. Now we also added event.co...

Static Security Analysis flags CWE-77 thousands of times

Answered: Basically, the only risk is injection of unsanitized HTML from user input (displayed to other users). DayPilot includes built-in XSS protection. It automatically encodes all input values that are sup...

Djangoのアプリ開発

Answered: > Can Timeline be integrated with Django? Yes, you can use it with any framework/backend. A minimal Django template would look like this: {% load static %} <!DOCTYPE html> <html> <head> <script src="...

args.alt, args.control, args.meta on drag events

Answered: Hi Leo, This is now added in the latest release ( 2026.2.6914 ). In addition to the event handlers, you can also get the current modifier key status using DayPilot.Calendar.getCoords() and DayPilot.S...

Infinite scrolling issue, Chrome on Mac

Answered: Hi Leo, There is a problem with the overlay (non-persistent) scrollbar: it is not possible to detect its actual height. So the Scheduler uses a guess value (which is now 14 pixels). If it doesn’t mat...

Critical regression: Infinite scrolling jumps

Answered: The overlay scrollbar fallback is applied only to selected browsers (Firefox everywhere and Webkit on Mac). In Webkit-based browsers you can force a fixed scrollbar (as described here ) to solve this...

args.alt

Answered: Hi Leo, This should be fixed now in the latest sandbox build (2026.2.6905).