-
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
Flycheck popup shows up misplaced and with wrong rendering #16
Comments
@letheed I don't know where that comes from. I've seen occasional misplacement on OS X, but nothing that bad or that consistent. As for color themes, that's out of our control. Internally, pos-tip uses Emacs' X tooltips, and whether these are themed or not very much depends on Emacs' build settings and probably also on the environment it runs in. I suspect that normal GTK+ tooltips would be themed, but Unity probably overrides these with its own tooltips, hence also overriding any custom themes for tooltips on Emacs' side. |
I'm also affected by this bug: My configuration: Ubuntu 14.04, I tested different popup and emacs positions and looks like popup require coordinates corrections to position of emacs window top left corner. Following diff fixes problem, but I doesn't know why you manually recalculate frame position, so I can't say what was broken by that "fix".
|
@oxyum Thank you for this information. Actually this change was an attempt to work around another bug, namely #15, but since it apparently introduced a regression, I have reverted the offending commit. @oxyum @letheed Please update after the next MELPA build, and test whether the issue is gone. Thank you very much, and sorry for the hassle. pos-tip is a mess, and I'm really fishing in the mud when trying to fix issues with it 😞 |
@lunaryorn @oxyum Thanks a lot for the fix ! Position is back to normal. The rendering is capricious, sometimes it works and sometimes not, but it does not matter that much. |
@letheed Thank you very much for your kind words 😊 |
I tested fixed package on my work box and it works fine. Thanks. |
The pop up always appears in the left half of the screen, vertically centred on the error. It's not using the theme colours either. I'm using emacs 24.5.1 with spacemacs configuration on Ubuntu 15.10.
I'm not sure if pos-tip is at fault here or something else. Spacemacs ? but I haven't seen anyone with the same issue in their tracker. I'll post my config if you need. (I'm kind of fishing here :))
The text was updated successfully, but these errors were encountered: