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
Bug description:
Tooltip has been added inside a scrollable container, after hovering on tooltip and then scrolling within the container doesnt automatically close the tooltip.
To reproduce the issue:
Hover on a button
as soon as the hovered text is displayed, scroll down within the container, without moving mouse pointer anywhere.
Issue:
The hovered text also moves on scroll, and once the mouse pointer is moved a bit, then it closes.
Uh oh!
There was an error while loading. Please reload this page.
Bug description:
Tooltip has been added inside a scrollable container, after hovering on tooltip and then scrolling within the container doesnt automatically close the tooltip.
To reproduce the issue:
Issue:
The hovered text also moves on scroll, and once the mouse pointer is moved a bit, then it closes.
StackBlitz: https://stackblitz.com/edit/angular-ngxbootstrap-tooltip-twjhhcns?file=src%2Fapp%2Fapp.component.html
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 3.3.0
Angular: 5.2.0
Expected behavior
Displayed text on hover must automatically close on scroll.
The text was updated successfully, but these errors were encountered: