| Issue 1845: | Non-user-selectable calendar, select method, and JS error | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When selecting a timeframe (in this example, a week), if you are to click one of the days that are already selected, the browser returns a TypeError message (TypeError: s is undefined). It looks like when the dayClick function is called, the clicked object is being passed to the function. However, the clicked object is actually the selection overlay div (if timeframe is already selected). Below, I have attached a jsfiddle that has the entire contents of fullcalendar.js with console.log statements that show what is happening. http://jsfiddle.net/VmTMR/
Jun 11, 2014
(No comment was entered for this change.)
Summary:
Non-user-selectable calendar, select method, and JS error
(was: TypeError when clicking on a selected timeframe)
Status: Accepted
Aug 21, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/2112 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |
Labels: Type-Bug