| Issue 1018: | View argument is undefined in the "loading" callback function. | |
| 7 people starred this issue and may be notified of changes. | Back to list |
The documentation claims that a "view" argument is available for the "loading" callback function (http://arshaw.com/fullcalendar/docs/event_data/loading/). When implemented, the second parameter is undefined: $("#calendar").fullCalendar({ // ... loading: function (isLoading, view) { // view is undefined } });
Jul 13, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Reproducing
Feb 14, 2012
I was having the same issue and fixed it with modifying some of the code in version 1.5.2 (not minified, http://pastebin.com/dj5k872x). I'm not sure if that's the best way, but at least it works.
May 17, 2012
I am having the same issue. I am using fullCalendar version 1.5.3 . I noticed above that someone had fixed the problem, when will this be merged in and what version will this be in.
Aug 29, 2012
I've verified the fix submitted on Feb 14,2012.
Dec 21, 2012
Issue still around in version 1.5.4 Fix provided by comment #2 worked beautifully. Repro should be very easy.
Mar 20, 2013
This issue is still evident in version 1.6.0.
Jul 9, 2013
The issue is still around in v 1.6.1
Aug 13, 2013
(No comment was entered for this change.)
Status:
Accepted
Labels: Type-Bug
Aug 28, 2013
(No comment was entered for this change.)
Labels:
milestone-1.6.4
Aug 31, 2013
https://github.com/arshaw/fullcalendar/commit/7f8de6fe2f6d2578cc19b31806ca5e7466f4604f
Status:
Implemented
Sep 1, 2013
this has been released v1.6.4 https://github.com/arshaw/fullcalendar/blob/v1.6.4/changelog.txt
Status:
Released
|
|
| ► Sign in to add a comment |