-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Showing multiple tooltips at different locations #890
Comments
I am affected by this and want to try working on a fix. Are there any advantages to tooltip stacking? Should tooltip stacking be removed entirely? And if not, how should the API look for it? - Should you be able to only stack certain tooltips but not others? |
Disregard my last comment, i realized my problem was that i was abusing tooltips, not using them for their intended use case. I solved my problem with custom |
These functions will always show a tooltip under the widget when called, even if the user is not hovering the widget. This can be useful for tutorials and notification and similar. * Closes #890
This simplifies and improves the tooltip positioning * Closes emilk#4568 ### For a follow-up PR * [ ] Test if it closes emilk#4471 * [ ] Add an API to close emilk#890
These functions will always show a tooltip under the widget when called, even if the user is not hovering the widget. This can be useful for tutorials and notification and similar. * Closes emilk#890
Is your feature request related to a problem? Please describe.
When trying to render multiple tooltips at once they all have to be in the same location.
Describe the solution you'd like
Allow rendering multiple tooltips at different locations.
Describe alternatives you've considered
Hacky solution would be to render multiple windows instead of tooltips.
The text was updated successfully, but these errors were encountered: