SDK: 8.1.1
Recreation procedure:
- Run menu2sample sdk sample for fr955 in simulator
- try all the various menus and note that they only wrap when the last item is selected and the user presses KEY_DOWN ("wrap down" works), but not when the first item is selected and the user presses KEY_UP ("wrap up" does not work)
- note that the "wrap out" example explicitly makes use of the onWrap functionality as follows:
-- in the initial wrap out menu, pressing KEY_DOWN on the last item is supposed to open a 2nd menu (this works in the sim - onWrap is called, default wrapping behaviour is prevented, and a new menu view is pushed)
-- in the 2nd menu, pressing KEY_UP on the first item is supposed return to the previous menu (this doesn't work in the sim - onWrap is not called)
- Build and sideload sample for fr955
- note that "wrapping up" works as expected
Also note that native menus "wrap up" on a real device, as well as most (or all?) native views which implement scrolling of items or pages.