Issue 1929: prev/next problem agenda view
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by puge...@gmail.com, Jul 24, 2013
FullCalendar v1.6.2
jQuery v1.10.1
jQuery UI - v1.10.3

The prev and next features have an issue when using an agenda view.

On click the view is going up (we are only able to see the top of the calendar)

I have been able to fix this with a $(window).scrollTop(element.offset().top) in the function renderView at ligne 415

I am sure that you can fix this with a more elegant way.
Aug 25, 2013
Project Member #1 adamrs...@gmail.com
im pretty sure this issue will be fixed in recent versions of fullcalendar (1.6 onward probably). Can you try again with the latest version, and if the bug still persists, post a jsfiddle of the problem, as a separate issue? thanks.
Status: Done