]> git.gir.st - VimFx.git/commit
Add command to click browser elements using markers
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 6 Dec 2015 16:50:32 +0000 (17:50 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 9 Dec 2015 16:58:39 +0000 (17:58 +0100)
commitcc80c0524c28775809566ec7afa46a153853db9d
tree1f54f97d15602c1ee976a0be8236fdb1808e7fbb
parent6b1158caa6fa938309c727217a31b1147b814458
Add command to click browser elements using markers

Fixes #236.

A note about the "hamburger menu" in the top-right corner:

It is possible to _open_ it with `zF`, but not possible to use `zF` inside of
it, because of `@popupPassthrough`. One _could_ an exception for that
menu/popup, but that doesn't help:

- `.elementFromPoint()` does not appear to find elements in popups, making it
  difficult to determine if the buttons inside are visible or not.
- The markers appear _behind_ the popup, no matter what `z-index` is used.
- The popup seems to eat `<escape>`: When it is pressed, the popup is closed,
  but the markers remain. The next `<escape>` press removes the markers. Not a
  big deal, but slightly annoying.

Therefore I decided not to add support for that menu in this commit. (Perhaps
we'll be able to do that some time in the future.) Instead, I recommend using
the alt key shortcuts for the "regular" menubar.
17 files changed:
documentation/commands.md
extension/lib/commands.coffee
extension/lib/defaults.coffee
extension/lib/hints.coffee
extension/locale/de/vimfx.properties
extension/locale/en-US/vimfx.properties
extension/locale/fr/vimfx.properties
extension/locale/id/vimfx.properties
extension/locale/it/vimfx.properties
extension/locale/ja/vimfx.properties
extension/locale/nl/vimfx.properties
extension/locale/pt-BR/vimfx.properties
extension/locale/ru/vimfx.properties
extension/locale/sv-SE/vimfx.properties
extension/locale/zh-CN/vimfx.properties
extension/locale/zh-TW/vimfx.properties
extension/skin/style.css
Imprint / Impressum