]> git.gir.st - VimFx.git/commit
Never prevent autofocus in XUL pages
authorSimon Lydell <simon.lydell@gmail.com>
Fri, 22 Jan 2016 06:40:01 +0000 (07:40 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Fri, 22 Jan 2016 06:40:01 +0000 (07:40 +0100)
commite881629940beb74baeb0da1f8f5be456d77a3156
tree1ef127ca85d098071f3dd7a2db84b937dc46f582
parent59ce21abc3c75ca5da971a954fa1e7cc2690b240
Never prevent autofocus in XUL pages

- Every time I go to `about:config` I wish that the filter field was focused.
- Even though `vim.markPageInteraction()` was called, the "click to go to
  command" feature of the help dialog sometimes failed to autofocus the text
  input for the command.

Thus, I think it's sensible to simply _not_ prevent autofocus in XUL pages. Such
pages are few and well-behaved (it seems).
extension/lib/events-frame.coffee
extension/lib/options.coffee
Imprint / Impressum