-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tool tip appears outside of emacs window #21
Comments
I also have this problem using Emacs for OS X. I've found that the problem happens when I use ShiftIt and don't subsequently reposition the Emacs window by clicking and dragging it. General Pattern
It seems that manually dragging the window updates flycheck-pos-tip. The painful part is that my Emacs config uses It seems that flycheck-pos-tip isn't tuned into macOS "window changed position" callback as good as it could be. Manually repositioning the window updates the tooltip position, but when using keyboard shortcuts or toggle-frame-maximized to reposition Emacs, flycheck-pos-tip doesn't get the updated position, forcing you to manually reposition the window. ScreenshotsManually drag the window with the mouse... works as expectedManually drag the window with the mouse... works as expected againThrow window to the right using ShiftIt... tooptip now out of positionDrag window down a little bit with the mouse... tooltip now back in positionEmacs for Mac OS X 25.3 |
It looks like this uses the pos-tip package... maybe it's a bug in there? More comments here: https://www.emacswiki.org/emacs/PosTip |
Oooo I upgraded to Emacs for Mac OS X 26.1 and now it all works as expected! Yay magical bug fix in Emacs 👏 |
Image illustrates the problem:
The tool tip never appears where the cursor is and instead appears outside of the emacs window at the edge of my monitor screen.
System Info 💻
The text was updated successfully, but these errors were encountered: