ivy-posframe
ivy-posframe copied to clipboard
Last element of the posframe list is not visible
When I use Ivy posframe with for example the find file command and scroll down to the last element, it stops scrolling right before it becomes visible.
How to scroll? ivy-posframe and posframe does not support mouse scroll for now.
Not literally scrolling, but pressing the keyboard's down arrow until the end of the list.
I cant understand the issue so I cant help with it. It seems works well for me.
I'll post a screenshot to better describe it
This is what happens when I go to the last element. Also I found another not very nice bug, if I click away of the posframe the posframe remains there and there's no way to close it.
Well, this limitation belongs to not ivy-posframe
, belongs to posframe
.
When you pop up posframe
, you cannot click anywhere and cannot focus on another window.
Ok, shall I open this issue in the posframe repo then?
now the ivy-posframe insert prompt line after posframe-show, after insert, the posframe can not enlarge, so the last line can not be showed
@ema2159 I have tested, seem to no this problem, what is the result when using emacs -Q test?
Can I hide that blank last line?
呆神,请问下,pyim五笔候选框在 ivy-posframe中无法显示,只能通过盲猜输入汉字候选词条。 @tumashu
@weitongdao 确实有这个问题,可能是 ivy-posframe 特殊的实现方式导致的,
@weitongdao 确实有这个问题,可能是 ivy-posframe 特殊的实现方式导致的,
能解不,总感觉不舒服,虽然也不太影响日常使用。
最简单的方式 (setq ivy-posframe-hide-minibuffer nil)
最简单的方式 (setq ivy-posframe-hide-minibuffer nil)
谢谢,可以了。