| Issue 768: | Robust options to control initial scroll for Agenda views | |
| 4 people starred this issue and may be notified of changes. | Back to list |
Usability issue in all browsers. When you go to prev/next month/day in the week/day views, it pops back to the hour as specified in the firstHour option regardless of where you scrolled to on the previous date range. I think this is a little too presumptuous. In my case, I want it to retain the current scrollTop when navigating date ranges. Other people might want to mimick Google Calendar and scroll so that the current time is in view. The issues is caused by the logic in resetScroll function. I vote for creating an option called autoScroll with the following values: - first - the first hour of the day which would be the default to maintain backwards compatability - current - will scroll to the current time of day like Google Calendar - remember - will remember where you scrolled to in the previous date range - none - will do no scrolling logic
Dec 31, 2010
Issue 766 has been merged into this issue.
Jan 6, 2012
Please, is there any way to show dayView without vertical scrollbar? I need it for printing the whole day agenda... Many thanks
Aug 13, 2013
(No comment was entered for this change.)
Summary:
Robust options to control initial scroll for Agenda views
(was: agenda scrolling while navigating, better options)
Status: Accepted Labels: -Type-Enhancement Type-Feature
Aug 18, 2013
Issue 1538 has been merged into this issue.
Nov 15, 2014
can we simply get access to the resetScroll function? I.e. call it when the view is completely rendered (or from an outside page loaded event)? This way we can pass in a time that we would like scrolled to (leaving the saving of defaults, etc to whatever method works for our application)? Thanks,
Nov 15, 2014
@warath, please star Issue 196
Aug 21, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/1037 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 |
Status: Maybe
Labels: Type-Enhancement