What steps will reproduce the problem?
1. Enable Debug Mode
2. Reboot Glass
3. Open an Immersion with a ListView
4a. Observe that a set AdapterView.OnItemSelectedListener.onItemSelected() and
onNothingSelected() is never called
4b. Observe that getSelectedItemPosition() always returns INVALID_POSITION
4c. Call setSelection() on the ListView and observe that a set
AdapterView.OnItemSelectedListener.onItemSelected() is not called and
getSelectedItemPosition() still returns INVALID_POSITION
4d. Call setEnabled(true) and/or setSelected(true) and observe the same
4e. Observe that while no child view becomes selected, the ListView will still
scroll as if an item were successfully selected.
5. Disable Debug Mode
6. Enable Debug Mode
7. Repeat steps 4a to 4d and observe correct behavior.
What version of the product are you using? On what operating system?
Glass v2 running XE17. Development computer is late 2009 MacBook Pro 17"
running OSX Mavericks.
Original issue reported on code.google.com by MagiKa...@gmail.com on 7 May 2014 at 11:35
Original issue reported on code.google.com by
MagiKa...@gmail.com
on 7 May 2014 at 11:35