Premium support for our pure JavaScript UI components


Post by philipp.froebel »

Hi Bryntum Team,

i want to listen for the EventTip beforeShow event

https://www.bryntum.com/docs/calendar/api/Calendar/widget/EventTip#event-beforeShow

but the event is not fired :-(

here is my config for it

	new bryntum.calendar.Calendar({
                minHeight: 525,
                ...
		features: {
                    eventTooltip: {  
tooltip: { listeners: { beforeShow: (event) => { console.log(event) return false } }, } }, } });

whats going wrong with my config

thanks
philipp


Post by alex.l »

There is a bug, the ticket is here: https://github.com/bryntum/support/issues/3920

Thank you for the report!

All the best,
Alex


Post Reply