ng2-tooltip-directive
ng2-tooltip-directive copied to clipboard
tool-tip misplaced when scrolling the page
Initially, the tooltip appears correctly. But when I scroll up or down, it moves with the view while the button has gone to the upper or lower section of the page.
@wmamunhossain Do you want the tooltip to be fixed relative to the browser window when scrolling?
No actually. suppose the button is inside a scrollable div. so when I hover upon the button it shows correctly but the problem is if I scroll down before the tooltip hides it detached from the button and keeps going with the scrollable view.
ok i get it
We also experiance this issue. Most of the time all is well, but sometimes on scroll the tooltip moves up or down relative to the tooltip trigger element. The arrow of the tooltip should always remain in the same place relative to the hovered element.
Has anyone been able to resolve this? Currently having the same issue