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

Quickhelp tooltip gets positioned incorrectly when completion happens near the very end of the buffer #72

Closed
cpitclaudel opened this issue Apr 21, 2017 · 3 comments

Comments

@cpitclaudel
Copy link
Collaborator

This is likely to be what #52 was about, but that issue got a bit diluted. Here's the repro.

  • Start a fresh Emacs with company and company-quickhelp (I use MELPA's make sandbox for that)
  • Open a new test.el file; turn on company and company-quickhelp
  • Type (defu, then wait for completion to start and for a tooltip pop up to appear.

I see this:

screenshot from 2017-04-20 21-00-51

Adding two newlines after the defun fixes it:

screenshot from 2017-04-20 21-01-34

@expez
Copy link
Collaborator

expez commented Apr 21, 2017

Yeah, I'm seeing the same, but I think this is a problem with pos-tip, or even the underlying display engine, which pos-tip in turn uses.

I tested this on ubuntu.

@jcs090218
Copy link
Contributor

Is there a solution for this issue, I encountered this issue on Windows 10...

@dgutov dgutov closed this as completed in 9a0d860 Jun 24, 2020
@dgutov
Copy link
Member

dgutov commented Jun 24, 2020

I think I've managed to track down this one.

Let me know if something is amiss.

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

4 participants