Open mtwomey opened 3 years ago
maybe it is the bug of child-frame feature in mac emacs :)
Yes , maybe - it's hard to tell where the bug is. One thing that I'm unclear on how ivy-posframe is supposed to handle things when the frame is moved on the screen. Can you clarify this part, e.g. how is the frame move handled?
when frame move, posframe should move too, it is child-frame's feature.
As described in the title - I'm on emacs28, mac, head recipe.
It looks like this after moving the frame:
It's (partially) outside the emacs frame / window and still in the same location it was in before moving the frame.
I'm unclear on the proper way to fix this, or even if it's an ivy-posframe issue (rather than a straight posframe issue). I was able to work around this problem with after advice as follows:
Thoughts on a proper fix?