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

HTML5 Doctor Appointment Scheduling (JavaScript/PHP) - Js Error on Demo

Asked by Diego
6 years ago.

Hi, i've downloaded the Demo from https://code.daypilot.org/44666/html5-doctor-appointment-scheduling-javascript-php but when I run on my local env I got the following error when I try to click on an free slot:

TypeError: t is null --- daypilot-all.min.js:16:16788

I've just downloaded the last version of daypilot-all.min.js but error still happen

Anyone got this error?

Answer posted by Dan Letecky [DayPilot]
6 years ago.

As far as I can see there is a problem with double-clicking the grid when timeRangeSelectedHandling is set to "Disabled" (the default value is "Enabled") and timeRangeSelectedDoubleClick is set to "Enabled" (default).

It should be fixed in the latest build. You can also fix it by setting timeRangeSelectedDoubleClick to "Disabled".

The latest version also uses "Disabled" as the default timeRangeSelectedDoubleClick value.

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