]> git.gir.st - VimFx.git/commit
fix 'eb' for fx71
authorgirst <girst@users.noreply.github.com>
Sat, 19 Oct 2019 17:33:08 +0000 (19:33 +0200)
committergirst <girst@users.noreply.github.com>
Sat, 19 Oct 2019 17:33:08 +0000 (19:33 +0200)
commit1791f88921cb8b87467782df6c5f10bf2e721eab
tree5eb3ee472a6f8eb313fe3183f05f099c15a082f3
parent75cce0ec4079d2e979f7fe1cd87aca0f2ec47aa8
fix 'eb' for fx71

browser.xhtml was restructured between firefox 69 and 71, and hints were
not displaying any more (they still worked, adding to the confusion). It
turns out that moving the hints-containert before #navigator-toolbox is
sufficient. But insertBefore()ing that element breaks Waterfox 56, as
this element does not exist there (which is a bit strange, as the docs
say, insertBefore should degrade gracefully to appendChild in such a
case). However, we can just insert it as the first element below
the #main-window element, which works a treat.
extension/lib/commands.coffee
Imprint / Impressum