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

evenDeleteCallBack broken?

Asked by Anonymous
16 years ago.
I was developing using DayPilotProTrial-3.8.1075 and I used a javascript confirm on the delete event as described in: http://forums.daypilot.org/Topic.aspx/78/deletion_of_events .

EventDeleteHandling="JavaScript"
EventDeleteJavaScript="if (confirm('Do you really want to delete ' + e.text() + ' ?')){ dpc1.eventDeleteCallBack(e);}" OnEventDelete="DayPilotCalendar1_EventDelete"

That worked just fine.

Today I've replaced the trial with release version 3.8.1086 and the javascript call to the callback event seems to be broken. The confirmation popup is shown, but the server side event handler is never called.

If I replace the dll with the trial version (and change nothing else) it works again. If I change the EvenDeleteHandling to CallBack it works fine as well in the release version (obviously w/o the confirmation).
Comment posted by Dan Letecky
16 years ago.
Does it throw any JavaScript exception?
Can you please send me the HTML output of the page to daypilot @ annpoint.com? I'll check it and possibly send you a special debugging build.
Comment posted by Dan Letecky
16 years ago.
This bug is now fixed and the fix will be included in the next release.
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.