]> git.gir.st - VimFx.git/commit
Improve click simulation of XUL elements
authorSimon Lydell <simon.lydell@gmail.com>
Mon, 13 Jun 2016 16:35:04 +0000 (18:35 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Mon, 13 Jun 2016 16:37:58 +0000 (18:37 +0200)
commit267f562f2ed087419a6484aa9f2ecac020fc9fbd
tree1758bf44775b9d8d8c5cca545df712bbdf986db1
parentc8fa3c5351462fc043c3bbb5c34c10e9c25dbe00
Improve click simulation of XUL elements

- Use `.click()` when possible for the `zF` command as it seems to work
  with more buttons than simulating events the regular VimFx way.

- Add extra code for activating XUL dropdown menus.

- Make it possible to use `zF` to activate VimFx's own button.

- Finally make it possible to click the gear icon in the Add-ons Manager
  using `f`.

Fixes #759.
extension/lib/commands-frame.coffee
extension/lib/commands.coffee
extension/lib/utils.coffee
Imprint / Impressum