| Issue 786: | Selecting only a single day/slot | |
| 4 people starred this issue and may be notified of changes. | Back to list |
I want to eliminate days-cells selection while dragging the mouse over the calendar. I tried disableDragging, but since I need selectable=true, it does not work. What I need is to select days one by one and no selection at all while dragging. How can I do this? Thank you, Adriana
Feb 13, 2011
(No comment was entered for this change.)
Summary:
Selecting only a single day/slot
Feb 15, 2011
I would like to eliminate selection of days while dragging the mouse over days in the calendar. Let me explain better (I hope! :)): - you click on a day in the calendar and DO NOT release the mouse button - effect: the day is selected - you drag the mouse over days in the vecinity (without releasing the mouse button, as to drag&drop without dropping) - effect: those days are selected - you release the mouse button - effect the same days are selected What I wish is that only the first day to get selected and no selection of other days as the mouse is dragged over them.
Feb 15, 2011
got it. i think this is reasonable
Status:
Maybe
Aug 13, 2013
this was fixed and released a while ago. there is now an unselectable="on" attribute on the view element, which should prevent this accidental browser selection.
Status:
Released
Labels: Type-Bug
Jul 3, 2014
Hello, I stumbled upon this page looking for the exact solution for the said problem. I can't however see the unselectable="on" option you are referring to? What I only see in the fullcalendar doc is the unselectCancel which does not solve the problem. Thanks in advance.
Jul 3, 2014
this is an internal technique used to prevent text selection on the calendar, not something through the API. this should happend automatically. i'm not sure this exact html attribute is used anymore, another js technique is used to achieve the same effect. but regardless, if this is still a problem, please submit a new ticket with jsfiddle recreation. instructions: http://arshaw.com/fullcalendar/wiki/Reporting-Bugs/ |
|
| ► Sign in to add a comment |
Status: Discussing