| Issue 2395: | Incorrect day in agendaDay when using hidden days property | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, i m using fullcalendar 2.1.1 and i m facing an issue with incorrect date when current day matches the hidden day. i ve set Sunday as hidden day (0). There is no view of Sunday as expected, however when current day is Sunday, if i select Today date with Today button or even if i toggle from monthview to agenda view, on Sunday, i get in the header "December 21 2014" and on the view day Monday. I do get correct day, since i ve chosen Sunday to be hidden but December 21 2014, stands for Sunday, and not Monday
Jan 7, 2015
hi Adam, http://jsbin.com/joyiriduze/1/edit?js,output i have created a sample over this link, so only hink needed is to select today when actual day is Sunday..
Jan 10, 2015
(No comment was entered for this change.)
Status:
Accepted
Jan 11, 2015
This problem has been addressed in v2.2.6. It is now no longer possible to have a single-day view (like basicDay or agendaDay) ever rest on a day that is hidden. So, if the current date is hidden (for example, a Sunday when weekends=false), and the user goes to a day view, it will show the following day, Monday, instead. I think this is reasonable behavior to disallow navigating to hidden days.
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: Type-Bug