]> git.gir.st - VimFx.git/commit
Fix GitHub search box hint
authorgirst <girst@users.noreply.github.com>
Thu, 30 Jan 2020 22:05:33 +0000 (23:05 +0100)
committergirst <girst@users.noreply.github.com>
Thu, 30 Jan 2020 22:05:33 +0000 (23:05 +0100)
commit95dfb4011f5f47e3f668311676267609e68a3d17
treeff02b4ea4eaf1f60538ced8fe143b379130fb7e8
parent7319720c8522df13e6b6b22823413b3ff018936d
Fix GitHub search box hint

Github has wrapped the input field in a div with aria attributes, but
the trigger is actually attached to the input itself. Since they share
the same position, the useless hint for the div is displayed on top of
the useful hint of the input.

Minimal test case:
<div role="combobox">
  <input name="q" onclick="void 0">
</div>
extension/lib/commands-frame.coffee
Imprint / Impressum