Hello and greetings from Auschwitz,
I am not sure if this is actually a bug or not supported feature, it seems when having a huge submenu list then mouse scroll wheel doesn't trigger to scroll up/down when the mouse is focus on the submenu items list and the only way to view the hole list is to click on the black up/down arrows several times at the top/bottom of the list to view the other items and this is too annoying.
Example Code:
menu status {
-
Test List
.$submenu($test_list($1))
-
}
alias -l test_list {
if ($istok(begin end,$1,32)) || ($1 > 50) { return - }
return Test $1 $+ :noop
}
Image Preview:

- Thanks!