When using a custom Hover in the Timeline via the getTaskHoverHTML function, I noticed (through the browser’s devTools) that after mouseout the Hover component becomes invisible, but it continues to track mouse movement and follows the cursor. This (with large Hover components) causes scrollbars to appear on the screen and leads to unwanted re-rendering of all components on the screen.
If I then create the same Hover in a TreeGrid, the same behavior occurs.
The error can be seen in the video at the link below.
If I then create the same Hover in a TreeGrid, the same behavior occurs.
The error can be seen in the video at the link below.
Comment