-
Notifications
You must be signed in to change notification settings - Fork 50
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
Tooltips go off-screen #1224
Comments
You can borrow the placement code from DIP's tooltip, I developed it with Akuli so I hope it lives up to his standards. |
yes, I like how simple we eventually got DIP's tooltip logic :) Though for these tooltips it could be even simpler. We could e.g. always show the tooltip above and to the left, there's always room. |
Thank you for your help with that by the way, it was tremendously useful. |
I can grab this one - I'll submit a PR by end of day today for review |
consolidate code
use update_idletasks() instead of update()
center tooltip unless tip would go off the screen and then use what screen space is available
The text was updated successfully, but these errors were encountered: