[vim/vim] Can't catch <Scroll*> in popup_windows (Issue #19353)

1 view
Skip to first unread message

Mao-Yining

unread,
Feb 6, 2026, 10:25:24 PM (4 days ago) Feb 6
to vim/vim, Subscribed
mao-yining created an issue (vim/vim#19353)

Steps to reproduce

source:

vim9script
"foo"->popup_create({
	filter: (_, key) => {
		echo key
		if key == "\<ScrollWheelUp>"
			echo "ScrollWheelUp"
			endif
			return true
	}})

Now scroll your mouse at other place. you can see , but wehn your mouse is on the popup window, you can't.

Expected behaviour

catch scrollwhell* keys correctly in popup windows

Version of Vim

9.1.2130

Environment

Windows 11 GUI and TUI

Logs and stack traces


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/19353@github.com>

Mao-Yining

unread,
Feb 6, 2026, 10:31:12 PM (4 days ago) Feb 6
to vim/vim, Subscribed
mao-yining left a comment (vim/vim#19353)

This can't reproduce in vim on msys2


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/19353/3863476699@github.com>

Christian Brabandt

unread,
Feb 9, 2026, 1:55:51 PM (21 hours ago) Feb 9
to vim/vim, Subscribed

Closed #19353 as completed via 18dd638.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issue/19353/issue_event/22651962686@github.com>

Reply all
Reply to author
Forward
0 new messages