elm-book icon indicating copy to clipboard operation
elm-book copied to clipboard

Clicking a search result cancels the search instead of navigating to the clicked page

Open avh4 opened this issue 3 years ago • 1 comments

Happens in:

  • MacOS, Firefox 95.0.2
  • Linux, Firefox 96.0

Steps to reproduce:

  • In the docs/demo https://elm-book-in-elm-book.netlify.app :
  • Click in the search field
  • Type "Mark"
  • Click the "Markdown" chapter in the filtered chapter list

Expected result:

  • I'm taken to the Markdown chapter page

Actual result:

  • The search is cleared, and I'm still on the same page I was on.

avh4 avatar Jan 28 '22 00:01 avh4

This is definitely an uncaught regression (would benefit from elm-program-test...) - thanks for reporting it! will look into it.

georgesboris avatar Jan 28 '22 01:01 georgesboris

Fixed on 1.4.2.

georgesboris avatar Sep 06 '22 12:09 georgesboris