-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeline Non-Business days without styles #109
Comments
it's not displaying anything because your |
I've changed the businessHours to use time but the problem with the styles is still there. Example: http://jsbin.com/xucuguzavo/1/edit?js,output If I switch to a different view (week, month), the non-working days appear with background color "grey". Shouldn't it be the same in the timeline view? Thanks! |
reproduced, thanks! |
seems to be the same bug as this one: fullcalendar/fullcalendar#2944 |
this has been fixed and released in v1.3.3 |
The timeline view doesn't show the style for non-business hours/days (grey color) when the current page of the timeline only has non-business days.
Example: http://jsbin.com/fabejisabu/4/edit?js,output
Thanks!!
The text was updated successfully, but these errors were encountered: