alexmurray / flycheck-posframe

Show flycheck errors via posframe.el
60 stars 9 forks source link

Rendering of a posframe moves pointer to first line of frame #13

Closed treymerkley closed 5 years ago

treymerkley commented 5 years ago

Any time a new posframe is created, regardless of where it is on the screen, my pointer goes to the space just to the left of the first line in my existing buffer. I have no idea if this is a problem with this package or posframe itself.

Let me know what you need from me. Thanks!

alexmurray commented 5 years ago

Could you please capture a recording of this behaviour so I can better understand it?

Also can you reproduce it by just calling posframe directly - the following is an example to show a posframe taken from their README:

(when (posframe-workable-p)
  (posframe-show " *my-posframe-buffer*"
                 :string "This is a test"
                 :position (point)))

If it still occurs in this case, then I would assume it is a problem with posframe itself and hence to create a new issue in the upstream posframe project.

treymerkley commented 5 years ago

Gorgeous, it is an upstream issue, thank you.