-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Bug report] Orphan tooltips in kiosk with tool usage display #246
Comments
the problem with triggering it when data changes is that it happens quite often and the person looking at details of the tool will see the tooltip disappear even if they are not done reading it. I have a couple more suggestions:
|
Good point! |
that would also be my preferred option |
* Add timeout to tool info tooltips in kiosk and status dashboard. Fixes #246.
Hello,
I would like to report a minor UI bug in kiosk when using tool usage display (example).
Steps to reproduce on demo instance
Suggested solution
I see a few possible solutions, but not sure how to implement:
$('.tooltip').remove()
when data in "usage table" changes.The text was updated successfully, but these errors were encountered: