DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » TimeRange Click event not received with Opera

TimeRange Click event not received with Opera

With Opera browser, when using: TimeRangeSelectedHandling="JavaScript" TimeRangeSelectedJavaScript="newEvent(start, end, column);" the newEvent function is nerver called when user clicks on a free range I suppose it's a problem from Opera itself ?
JFC - 9/25/2007 3:15:28 PM
DayPilot is not tested with Opera (yet). That means there might be a few issues like this. There are differences between the browsers and 80% of the DayPilot JavaScript code is for handling those differences (it requires obscure div wrapping, false borders created by coloring the background and leaving a 1px margin, etc.). Fixing such compatibility issues can involve changing a single line but it can mean rewriting half of the code as well.

I would like to add full Opera support for the future but there is no specific plan yet.
Dan Letecky - 9/25/2007 4:25:33 PM
Post reply