Our powerful JS Calendar component


Post by conn.finn »

Hello,

There are certain events on our calendar that we do not wish to show the eventTooltip for. What I've noticed is that if there is no tooltip rendered for an event (whether by returning false for the beforeShow listener or returning null in the renderer) and that event overlaps with other events on the calendar, then the event will not collapse until another event is clicked. This is different than events that have popovers, which collapse as soon as they are no longer in focus, like after a scheduleClick event.

I've attached a codepen with an example of this issue here: https://codepen.io/beepboopbox/pen/MWLzNZb

Is there another way to prevent the rendering of the tooltip that would fix this problem, and if not, could a fix be put in to collapse events when focus is lost when there is no popover rendered for it?

Thanks


Post by Animal »


Post by Animal »

How's this for interaction when the tooltip is vetoed? It does expand but momentarily. You see what you have clicked on, but the tooltip doesn't show and the "reveal" is undone:

vetoedtooltip.gif
vetoedtooltip.gif (268 KiB) Viewed 301 times

Post by Animal »

Actually, it should only do that if the tooltip is aligned to the right, so you should see nothing happen normally.


Post Reply