Hinting over an element with no url or source is not an error
authorMaxime Coste <mawww@kakoune.org>
Fri, 5 Jun 2020 03:02:03 +0000 (13:02 +1000)
committerMaxime Coste <mawww@kakoune.org>
Fri, 5 Jun 2020 03:02:03 +0000 (13:02 +1000)
commit3d08ccae0a15af1343b60b3ecc1838c1a8dcd7b2
treed4dd93233f979ca5404044866af52b2f5c252edc
parentb4588de29229d4e5aaffc27a7ba92c027e38cbef
Hinting over an element with no url or source is not an error

focusHint returning "OVER:A:" because the hint element did not have
a src or href was treated as an error, and led to the hint keystroke
also being passed down to the page.
src/hints.c