Carousel onShow does not fire

Hi,

Carousel’s event onShow does not fire.
See snippet: http://webix.com/snippet/c457dd01

Thank you,
Alexander

onShow will fire after changing the visible view ( click on “next” icon for example )
It doesn’t fire during initial rendering.

Do you think it will be better to call onShow for initial rendering as well ?
As initial rendering is sync operation ( after webix.ui call, carusel is already rendered and shown ) there is no big sense to has an event for such case.

I think onShow should fire for initial rendering as well because Item is being Shown so event occurs just not fired.

We will consider such change in the API