kendo-angular
kendo-angular copied to clipboard
[Tooltip] Tooltips showing at wrong time and sticking when using multiple Tooltips
Describe the bug Using multiple Tooltips, the text shows but doesnt hide until the Tooltip is hovered again. This happens only the first time and afterwards the Tooltip behaves as it should.
To Reproduce Steps to reproduce the behavior:
- Open the StackBlitz demo
- Hover over the names in the first column (Contact Name). The Tooltip will show but not hide.
- Hover again over the names and the Tooltip will hide.
- Hover again over the names and the second time, the Tooltip will behave as it should be.
Expected behavior The Tooltip should show when an item is hovered and should hide when the mouse is out of the items boundaries.