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

Remove buggy on_monitor method and handle scrolling #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

millardjn
Copy link

Hi, I hit a few bugs while using tooltips, workarounds below.

on_monitor() does not work well with two monitors on windows 10. If the parent window is moved by x, the tooltip gets moved by 2x.

Handling scrolling is necessary to avoid the tool tip getting stuck in the showing state when the widget loses hot status due to scrolling and not MouseMove.

on_monitor() does not work well with two monitors. If the parent window is moved by x, the tooltip gets moved by 2x.
Handling scrolling is necessary to avoid the tool tip gettings stuck in the showing state when the widget loses hot status due to scrolling and not mouse move.
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

Successfully merging this pull request may close these issues.

1 participant