yampi1 / endgame-singularity

Automatically exported from code.google.com/p/endgame-singularity
0 stars 0 forks source link

Listbox scrollbar misbehaves on page 2. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start a new game.
2. Open up a location.
3. Begin construction of 16 bases (enough to require a second page).
4. Scroll down to the second page.
5. Use the scroll bar.

What is the expected output?
Scroll bar should continue to navigate normally, as on page 1.

What do you see instead?
Any use of the scrollbar causes the bottom-most item to be selected.

Please use labels and text to provide additional information.
Other forms of navigating the listbox continue to work.  This is likely due
to some confusion of the separation between selection ("Where am I on the
current page?") and list_pos ("Where am I in the list as a whole?").

Original issue reported on code.google.com by funnyman3595 on 28 Apr 2008 at 12:45

GoogleCodeExporter commented 9 years ago
Fixed in git (865824a) and SVN (r559).

Original comment by funnyman3595 on 28 Apr 2008 at 3:33