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

When event click i am getting error.

Asked by Ramesh
10 years ago.

event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

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

DayPilot uses event.returnValue to prevent the default action conditionaly - only if event.preventDefault() method is not available.

Most likely, this warning is not generated by DayPilot. Either way, you can safely ignore it.

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