]> git.gir.st - VimFx.git/commit
Make it possible to blur scrollable elements
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 4 Nov 2015 16:27:51 +0000 (17:27 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 4 Nov 2015 16:27:51 +0000 (17:27 +0100)
commit0e7349c00a6fa278945240d15d3593b03fdf3101
tree9a5d59d804f9dc30f96c0fa2dd7d6023a2845d11
parent459ea04e83023d9243fa90a50993eee0a7a3a35d
Make it possible to blur scrollable elements

Scrollable elements _are_ focusable (both by using `<tab>` and by using VimFx's
`f` commands), but they aren't marked as such by the browser. In order to
interfere as little as possible, VimFx only blurs elements marked as focusable.
This made it impossible to blur scrollable elements, preventing you from
scrolling the entire page again. This commits now also allows scrollable
elements to blurred as a special-case.
extension/lib/commands-frame.coffee
extension/lib/utils.coffee
Imprint / Impressum