Our pure JavaScript Scheduler component


Post by Hense »

Hello,

I was trying out the Scheduler, specifically the tooltips example.
I added additional events to reach a point where a scrollbar was required.
If the mouse ends up inside the tool and you scroll nothing happens.
Is there a way to make it so that the scroll happens as if the Scheduler itself had focus?

I have tried adding scrollable false and different scrollActions, but those have no effect when i first have entered the tooltip with my mouse.

(A similar question was asked, but that was for the ExtScheduler):
viewtopic.php?f=39&t=8368&p=46478&hilit ... oll#p46385

Post by mats »

I don't think that's doable, you'll need to simply move mouse outside tooltip. If you don't need interaction with the tooltip, you can also configure it with 'allowOver' set to false, and it will auto hide when you mouse out of the event.

Post by Hense »

Thanks for your quick reply, i will try that when i get back from work :)

Post Reply