KomodoOpenLab / InputAccessLib

InputAccessLib is a library that enhances the compatibility of Android applications with a variety of alternative input devices such as external keyboards, adapted switches, hands-free kits and remote controls.
10 stars 16 forks source link

Test accessible OptionsMenu with more than 6 items. #14

Closed ijdoc closed 12 years ago

ijdoc commented 12 years ago

When more than 6 items are given to the options menu, the system automatically hides items 6 and above behind a "More" item. We need to make sure this is handled properly by the accessible menu.

rishabhjain08 commented 12 years ago

The current implementation shows all the items in the same list. Should that be changed such that a list item named "more" is shown if number of menu items are >6.

ijdoc commented 12 years ago

@rishabhjain08 Nope, having all the items in a single list is acceptable. Can you just make sure that the list will scroll properly using the on-screen keyboard if it is longer than the screen height?

rishabhjain08 commented 12 years ago

The list is scrolling properly and all the menu items are being correctly shown.