yanghaoxie / transient-posframe

GNU General Public License v3.0
30 stars 6 forks source link

When mouse on popup posframe, unable to execute transient command #2

Closed stardiviner closed 2 years ago

stardiviner commented 3 years ago

R.T

Maybe need to add some workaround.

yanghaoxie commented 3 years ago

Does this issue relate to the issue of posframe? I found flowing description from posframe homepage Customizing mouse pointer control.

Customizing mouse pointer control

By default, posframe moves the pointer to point (0,0) in the frame,
as a way to address an issue with mouse focus.
To disable this feature, add this to your init.el:

(setq posframe-mouse-banish nil)
stardiviner commented 3 years ago

I already set the option to t. Still have this problem.