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

Debug code for scheduler

Asked by Mikolaj
21 hours ago.

Hello,

I am testing calendar integrations in a CRM system and have encountered some specific issues. While all functionality works correctly in the HTML window (excluding double-click, right-click, and hover interactions on both row headers and events), single-click interactions are functioning as expected. Additionally, although I have verified that the icon URLs are correct, the icons are not displaying.

Could you please provide some debugging code that would help me:

  1. Determine if these issues are being caused by third-party software interference

  2. Identify what information I need to report to the third-party vendor

  3. Explore if there are any DayPilot Scheduler configuration adjustments that might resolve these issues

Thank you for your assistance. Regards, Mikolaj

Comment posted by Dan Letecky [DayPilot]
21 hours ago.

Hi Mikolaj,

Could you please send an email to support@daypilot.org, and reference this forum question so we can follow up?

Thanks!

Comment posted by Dan Letecky [DayPilot]
19 hours ago.

Meanwhile, some general debugging info:

> While all functionality works correctly in the HTML window (excluding double-click, right-click, and hover interactions on both row headers and events), single-click interactions are functioning as expected.

I’m not sure I understand correctly but if

  1. it’s some kind of modal dialog, and

  2. it’s the single click that is not working,

most likely the problem is that the modal dialog is swallowing the mousedown event. That prevents the click event to be fired (it requires mousedown + mouseup to be completed).

> Additionally, although I have verified that the icon URLs are correct, the icons are not displaying.

You can check the actual HTTP requests using the browser developer tools (Network tab). You will see if the browser requests the images and what the response is.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):