RockefellerArchiveCenter/dimes

Pagination buttons not clickable

Closed this issue · 0 comments

Describe the bug

The left and right arrows in the search results pagination (links with role=button) are not functioning as clickable elements. They are only working with keyboard controls.

To reproduce

Steps to reproduce the behavior:

  1. Go to a search results page with multiple pages of results
  2. Attempt to click the arrow to go to the next page
  3. Notice forward and back pagination arrows do not work (are not focusable) with the mouse.
  4. Note that they are focusable using the tab key and functional using the enter/space keys

The numbers themselves are working fine with mouse and keyboard.

Additional context

I'm wondering if I could have messed this up back with PR #66