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 » Selection bug

Selection bug

1. Resource view
2. Select event within resource via drag
3. Cell borderswithin "other" resources are highlighted ( i.e accross the row)..

Anonymous - 4/29/2007 11:25:58 PM
I've seen this behavior during development (and I've fixed it), but now I'm not able to replicate it on this page http://www.daypilot.org/demo/ResourcesView.aspx now (tested with IE6, IE7, FF2). What browser are you using?
Dan Letecky - 4/30/2007 12:48:59 AM

Your demo pages do not allow selection ( security)..

But bug is still in the latest release, with IE7.

Anonymous - 5/1/2007 5:34:49 AM
I confirm that it selects time slots when you start selection in the hours column or in the header row (IE6 and IE7). I will fix that.

But it should not select anything if you start the selection inside an event or inside a time slot.
Dan Letecky - 5/1/2007 2:59:48 PM
As per documentation on unselectable attribute (IE) the element selection cannot be prevented if the selection is started outside of that element. So I will probably be able to prevent selection if it start somewhere in DayPilotCalendar control but if you start it outside and go over DayPilotCalendar its content will be included in the selection.
Dan Letecky - 5/1/2007 3:09:56 PM
I've forbidden element selection in all DayPilotCalendar. According to my test, it is working in IE6, IE7 and FF2. The sandbox version is updated with this fix and it will be a part of DayPilot Pro 3.6 release.

Please give it a try and let me know if you can still see the problem.
Dan Letecky - 5/1/2007 3:26:03 PM
Post reply