]> git.gir.st - VimFx.git/commit
Fix unmousable bottom-right corner of the page scrollbars
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 6 Aug 2016 14:26:57 +0000 (16:26 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 6 Aug 2016 14:39:27 +0000 (16:39 +0200)
commit00eefb392b2d32bf5bfaac689f20e226592387f5
tree69603c41eae207deca3dd7fd35210ac9c82b9340
parentf091e7fe480ef6ce5dc383c18f217d73b36c758f
Fix unmousable bottom-right corner of the page scrollbars

VimFx's statuspanel (for notifications) had `pointer-events: auto;`
instead of `pointer-events: none;`, which statuspanels have by default.
The reason was to allow clicking the statuspanel to hide it.

This made it impossible to interact with the bottom-right corner of the
page scrollbars. The invisible statuspanel captured any clicks there.

This commit hides notifications when clicking _anything_ instead, and
removes `pointer-events: auto;`.

Fixes #787.
documentation/notifications.md
extension/lib/events-frame.coffee
extension/lib/events.coffee
extension/lib/status-panel.coffee
extension/lib/vim.coffee
Imprint / Impressum