Issue 762: eventRender returning false, or hidden event, results in other events not rendering properly
Status:  Done
Owner: ----
Closed:  Jul 2013
Reported by ada...@gmail.com, Dec 16, 2010
After returning false in the eventRender callback other events in the calendar wind up overlapping in month view. The weeks also wind up being taller than they need to be (seemingly to accommodate events that aren't actually getting rendered)

before.png is all events rendering as normal
after.png is after some events return false to the eventRender callback; notice the overlapping, and unnecessarily tall week.
before.png
120 KB   View   Download
after.png
34.4 KB   View   Download
Dec 16, 2010
#1 ada...@gmail.com
To clarify screenshots... The peach coloured events are the ones that returned false
Dec 26, 2010
Project Member #2 adamrs...@gmail.com
i have an idea as to why this is happening. thanks for the report.
Status: Accepted
Labels: Type-Defect
Feb 22, 2011
#3 DJ.Syn...@gmail.com
Not the most elegant solution, but for now, you can do 
"element.remove();"
instead of 
"return false;"
and get the proper display to show up.
Sep 29, 2011
Project Member #4 adamrs...@gmail.com
 Issue 1080  has been merged into this issue.
Sep 29, 2011
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: eventRender returning false, or hidden event, results in other events not rendering properly
Dec 15, 2011
#6 adam.slo...@gmail.com
Could You please update me on what is progress of repairing this bug ? Also removing element doesn't seem to work.
Mar 13, 2012
#7 jquery....@gmail.com
I am also experiencing this bug.  It seems to only happen if I return false for one of the events that is "sandwiched" between two other events.  When that happens, the bottom of the sandwich (so to speak) seems to ignore the fact that the top event exists, even though I am returning true for the top event.
Mar 13, 2012
#8 jquery....@gmail.com
Confirmed that the solution provided by vida@san.rr.com on https://code.google.com/p/fullcalendar/issues/detail?id=1080 fixes this bug.
Jul 18, 2013
Project Member #10 adamrs...@gmail.com
officially released in 1.6.2
Status: Done
Jun 13, 2014
#11 raghavne...@gmail.com
Tried to merge fullCalendar with lyconic fullcalendar.viewmore(https://github.com/lyconic/fullcalendar/tree/view-more) in to 
https://github.com/raghavneesh/fullcalendar/tree/view-more and also added functionality to show view more based on height of the cell. You just have to pass 'height' in limitEvents.