Ticket Created
over 3 years ago

CIQQA-869

Menu2 starts at bottom

On the (real) 1030+ and 1030 (at least), long menu2 menus scroll so that the last item is visible.

A few firmware releases ago,  the first item was visible. This is also the behavior in the current simulator.

One might expect that Menu2.setFocus(focus) would provide a work-around but that doesn't appear to work either.

The documentation says setFocus(focus) allows the argument to be null but it doesn't say what result that produces. (I would have guess that it would make the menu title visible.)

setFocus(0) puts the first menu item at the top (hiding the title), which isn't always what one wants to do.