rhysd / NyaoVim

Web-enhanced Extensible Neovim Frontend
Other
2.22k stars 57 forks source link

Can't use chinese input method when using master branch #97

Open chemzqm opened 8 years ago

chemzqm commented 8 years ago

Expected Behavior

Character should be inserted under cursor

Actual Behavior

Nothing happens

Your Environment

I've figured out the reason is using electron-prebuilt 1.4.4, it works fine when using electron-prebuilt 1.3.5, looks like they've changed something in electron-prebuilt 1.4.0.

rhysd commented 8 years ago

Difference between Electron v1.4 and v1.3 is the version of Chrome. I confirmed this with Japanese IME also.

I found that the timing of input event of <input> element and keydown event of elements were changed.