Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

renderEnd event is triggered before calendar is fully rendered #241

Closed gjactat closed 5 years ago

gjactat commented 5 years ago

I'd like to auto-scroll a container to the "today" div of a calendar... For that, I need my code to run when the calendar has just finished rendering. I tried the "renderEnd" event but it appears that this event is actually triggered before the days are rendered. You can check by adding a breakpoint inside your renderEvent callback. You will notice that the calendar is actually still empty at this stage.

Great works by the way ! Thanks for your attention

gjactat commented 5 years ago

My mistake... The DOM elements are actually there when the event is triggered. It's just that the calendar body is still invisible. I can manage that.