coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

mouse scroll doesn't work on ubuntu 14.04 #22

Open syswow opened 9 years ago

syswow commented 9 years ago

Hi, OS: Ubuntu 14.04 x64.

  1. neovim.as open a file
  2. try use mouse to scroll. (it doesn't work) 3.( but it works on Nerdtree. )
coolwanglu commented 9 years ago

Has this issue been solved by #23 ?

syswow commented 9 years ago

No, #23 solve the bg_color, but the mouse scroll problem remains unresolved.

timshannon commented 8 years ago

Yeah I'm seeing the same. It looks to be a focusing issue with splits. If you open up a vsplit and scroll up and down on the right split, it'll work for a few scrolls, then the scroll focus jumps back to the left hand split.

coolwanglu commented 8 years ago

53 is recently merged. I wonder if it helps.

timshannon commented 8 years ago

Nope, that's the one I was on and had the behavior described above.