| Issue 235: | agenda view looks strange when no scrollbars | |
| 4 people starred this issue and may be notified of changes. | Back to list |
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)
Dec 16, 2009
#1
naren...@gmail.com
Jan 5, 2010
Look at issue #269 , I've introduced a patch for this
Jul 26, 2010
Issue fixed patches: http://github.com/ivaynberg/fullcalendar/commit/475468fcff0f36262465643dab358d5b42fc144f http://github.com/ivaynberg/fullcalendar/commit/ae499a7130e9b868f40e4235e55d318ab1df4f10 pull request issues on github
Aug 3, 2010
Hello, I have to put the pacthes where? Thank's
Aug 3, 2010
@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
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
@tiagofmano sigh, attached are the patched files. replace the ones you are using with the ones attached.
Aug 3, 2010
Thank you ;)
Aug 3, 2010
One more thing, sorry. With these replace appear the all-day but I have on the code "allDay: false" .
Sep 16, 2010
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
this has been fixed and added to version 1.4.8 (just released). please post any issues. thanks
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |