| Issue 762: | eventRender returning false, or hidden event, results in other events not rendering properly | |
| 12 people starred this issue and may be notified of changes. | Back to list |
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.
Dec 16, 2010
#1
ada...@gmail.com
Dec 26, 2010
i have an idea as to why this is happening. thanks for the report.
Status:
Accepted
Labels: Type-Defect
Feb 22, 2011
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
Issue 1080 has been merged into this issue.
Sep 29, 2011
(No comment was entered for this change.)
Summary:
eventRender returning false, or hidden event, results in other events not rendering properly
Dec 15, 2011
Could You please update me on what is progress of repairing this bug ? Also removing element doesn't seem to work.
Mar 13, 2012
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
Confirmed that the solution provided by vida@san.rr.com on https://code.google.com/p/fullcalendar/issues/detail?id=1080 fixes this bug.
Mar 13, 2012
Alright, pull request here: https://github.com/arshaw/fullcalendar/pull/47
Jul 18, 2013
officially released in 1.6.2
Status:
Done
Jun 13, 2014
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. |
|
| ► Sign in to add a comment |