You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using tooltips on elements in a scrollable section on the page.
In the given example it is a table that is longer than what is displayed on the page. By scrolling around rapidly the tooltips are not destroyed correctly. The tooltips are hidden, but remain in the DOM, even though the disposeTimer is set to 0.
The expected behaviour would be that the tooltips are destroyed when hidden.
The actual behaviour ist that although most are destroyed correctly, some are not which can cause other issues.