Tooltips don't destroy when used in a scrollable table
未關閉
- 主要語言
- TypeScript
- 星號
- 3.5k
- 分支
- 341
- 平均合併
- 14 分鐘
- 30 天內合併 PR
- 8
描述
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.

貢獻指南
評估
這個 Issue 還沒有評估資料。