ddcornwall / nara-alaskana

National Archives Alaskana Explorer
1 stars 0 forks source link

Next 10 records bug doesn't disappear until a browse search is selected #13

Closed ddcornwall closed 6 years ago

ddcornwall commented 6 years ago

In browse.html, linked to browse.js, the intended functionality of the "next 10 records" button is:

  1. Initially hidden
  2. Displays and is clickable if more than ten results are returned
  3. Grays out when a user reaches the end of results

2 and 3 work as expected, but the button displays initially and only disappears after a browse search is selected. It then reappears and acts as intended.

This is another issue that will not be worked on prior to the resolution of the thumbnail issue.