JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 5 forks source link

Scrolling search results in multiple search windows #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
xulsword allows multiple search windows to be open at the same time. But when 
using the arrow buttons to scroll through search results, results from the last 
search in any window are always returned.

This demonstrates the problem:

1) open a new search window and do a search which returns many results.
2) open another search window and do a different search.
3) return to the first search window and click one of the scroll buttons- 
results from search #2 will be shown rather than search #1 as intended.

Original issue reported on code.google.com by gpl.prog...@gmail.com on 3 Sep 2013 at 10:48

GoogleCodeExporter commented 9 years ago
Each search window now retains its own search results which are not modified by 
actions of other search windows.

Original comment by gpl.prog...@gmail.com on 6 Sep 2013 at 7:43