I'm not sure you can call this one a bug, but when you have a menu with
submenus, where the height of the main menu exceeds the height of your
screen, it won't scroll because scrolling of the menu is prevented by an
opened submenu.
Illustrating code:
| mb sm |
mb := MenuBuilder new.
mb add: 'a' -> 'a'.
sm := mb menu.
mb := MenuBuilder new.
1 to: 100 do: [:i| mb add: i printString -> sm].
mb menu startUp
Cheers,
Adriaan.
--
http://vdg38bis.xs4all.nl