Issue 1912: any reason why renderEvent re-renders all events
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by expn...@gmail.com, Jul 10, 2013
I just noticed that calling renderEvent() for one single event has the effect to re-render all events.  What is the reason for that?  Is there a way to disable it?
Thanks!
Aug 24, 2013
Project Member #1 adamrs...@gmail.com
the positioning of other events is often very affected by one single event. for example: the height of one event can push events below it down. there is definitely room for optimization, but not sure it's worth it right now.
Status: WontFix
Sep 2, 2015
#2 amion.w...@gmail.com
It will be useful to add an optional parameter to define if all events have to be redraw.

Because personnaly, I change the background color dinamically in the eventRender callback, and unfortunately, the event color blinks when they are all redrew... :/