-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip stay on the left top corner when spam click #5217
Comments
Here is the exemple : https://stackblitz.com/edit/angular-fbpddy |
Do someone have an idea pls ? |
Here's a workaround for the use case where clicking on the element (with the tooltip) hides it, and the tooltip still appears in the top left corner of the window (after the delay). You can utilise the Example: |
Has anyone been able to resolve this issue? I tried adding the triggers suggested above, but all it does is display all tool-tips within the page as I hover. I'm using the 5.3.2 version. If I change the triggers to just Using the above example with a few more buttons: https://angular-78lcrx.stackblitz.io |
… (#5548) Co-authored-by: Dmitriy Shekhovtsov <valorkin@gmail.com> Co-authored-by: Dmitriy Danilov <daniloff200@gmail.com>
Bug description or feature request:
Hello,
I have the same problem as this issue but it's closed so i don't know if i should do a new post #4300 (comment)
When trigger elements is clicked within the delay time and destroy the tooltip appears and stay at the top left corner.
If no delay and we spam click the toolip will appears quickly at the corner but disappear directly after.
Do someone have a solution or fix ?
Here is the exemple : https://stackblitz.com/edit/angular-fbpddy
Edit : Sorry for bad quality expemple
You just have to open the dropdown and spam click the info icon of the top, you will see the tooltip element stay in the body
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 3.2.0
Angular: 6
The text was updated successfully, but these errors were encountered: