Issue 235: agenda view looks strange when no scrollbars
Status:  Released
Owner:
Closed:  Aug 2013
Project Member Reported by adamrs...@gmail.com, Dec 9, 2009
when all the hours have space to display in agenda view, and no scrollbars
are needed, the columns don't line up correctly and a vertical line doesn't
stretch all the way down (see attached screenshot)
(courtesy viktoras)
week mode.JPG
44.0 KB   View   Download
Dec 16, 2009
#1 naren...@gmail.com
are you dynamically trying to set calendar height??
Jan 5, 2010
#2 nicola.b...@gmail.com
Look at  issue #269 , I've introduced a patch for this
Aug 3, 2010
#5 tiagofm...@gmail.com
Hello,

I have to put the pacthes where?

Thank's
Aug 3, 2010
#6 igor.vay...@gmail.com
@tiagofmano if you dont know how to work with patches you can check out the patched version from my github fork: http://github.com/ivaynberg/fullcalendar and build it yourself.
Aug 3, 2010
#7 tiagofm...@gmail.com
Hello.

But I have already working the agenda. When I put the min and max time the height problem occur. 

You can tell where I have to put the code (patch) ?
Aug 3, 2010
#8 igor.vay...@gmail.com
@tiagofmano sigh, attached are the patched files. replace the ones you are using with the ones attached.
fullcalendar-1.4.7-235.js
101 KB   View   Download
fullcalendar-1.4.7-235.min.js
42.5 KB   View   Download
Aug 3, 2010
#9 tiagofm...@gmail.com
Thank you ;)
Aug 3, 2010
#10 tiagofm...@gmail.com
One more thing, sorry. With these replace appear the all-day but I have on the code "allDay: false" .
Sep 16, 2010
#11 tanguy.pruvot@gmail.com
var scrollbar=body.get().scrollHeight!=body.get().clientHeight;

must be

var scrollbar=body[0].scrollHeight!=body[0].clientHeight;

buggy on chrome 6
Oct 16, 2010
Project Member #12 adamrs...@gmail.com
this has been fixed and added to version 1.4.8 (just released). please post any issues. thanks
Status: Fixed
Aug 13, 2013
Project Member #13 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #14 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released