Skip to content
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 goes out of screen #7

Open
demberto opened this issue Mar 14, 2022 · 2 comments
Open

Tooltip goes out of screen #7

demberto opened this issue Mar 14, 2022 · 2 comments

Comments

@demberto
Copy link

The tooltip should try to stay inside the bounds of the monitor whenever possible. Take a look at this answer.

@gnikit
Copy link
Owner

gnikit commented Mar 27, 2022

I'll have a look although implementing something like this I suspect would affect the format of the hover message, e.g. if the frame is too small and the hover message is bigger than the frame's dimensions the hover message would have to wrap and by doing so take over the entire GUI.

@demberto
Copy link
Author

Yea its not a simple problem to solve, you can check out alternative implementations like the one from idlelib, ttkbootstrap or AwesomeTkinter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants