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
When you have multiple elements with tooltips and the tooltips have a delay, I expect the tooltips to show up after hovering the element for that specific delay time. But I expect that the tooltips don't show up when I stop hovering the element before that time is up.
But in fact the Tooltips show up if I hit them once no matter where my mouse is after that timeout.
Try to move the mouse really quick over many elements in the table.
ngx-bootstrap: 1.9.3
Angular: 4.3.6
But also tested it with Angular 5 and ngx.bootstrap 2.0.0-beta.8
The text was updated successfully, but these errors were encountered:
Paquan
changed the title
Tooltips with delay apear even when if not hovering anymore
Tooltips with delay appear even if not hovering after timeout
Nov 14, 2017
YevheniiaMazur
changed the title
Tooltips with delay appear even if not hovering after timeout
fix(tooltip): tooltips with delay continue displaying even if not hovering after timeout
Jan 16, 2018
When you have multiple elements with tooltips and the tooltips have a delay, I expect the tooltips to show up after hovering the element for that specific delay time. But I expect that the tooltips don't show up when I stop hovering the element before that time is up.
But in fact the Tooltips show up if I hit them once no matter where my mouse is after that timeout.
See this example: https://stackblitz.com/edit/ngx-bootstrap-4r1ab4
Try to move the mouse really quick over many elements in the table.
ngx-bootstrap: 1.9.3
Angular: 4.3.6
But also tested it with Angular 5 and ngx.bootstrap 2.0.0-beta.8
The text was updated successfully, but these errors were encountered: