Open chemzqm opened 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.
Expected Behavior
Character should be inserted under cursor
Actual Behavior
Nothing happens
Your Environment
Additional Comments
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.