]> git.gir.st - VimFx.git/commit
Improve element matching for the `zF` command
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 6 Jan 2016 09:40:50 +0000 (10:40 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 6 Jan 2016 09:50:59 +0000 (10:50 +0100)
commit4af1c1d0f8ac129049e3ff10b69dae58b43b18a0
tree584b1b3ba5e099f109a72bf9a28c661020168bdb
parentb4e73c77b7b026a3bf5430f001c992f745e5066d
Improve element matching for the `zF` command

- Always exclude `<menuitem>`s. They are never clickable by VimFx. (This could
  be seen in the Responsive Design View).
- Oddly, `<menuseparator>`s are considered focusable, but of course shouldn't
  get hints. Now they don't anymore.
- Make sure that browser elements in the web page content area (such as in the
  Responsive Design View) only show up when their containing tab is selected.
extension/lib/commands.coffee
extension/lib/hints.coffee
Imprint / Impressum