firenvim icon indicating copy to clipboard operation
firenvim copied to clipboard

Each input will carry the part that has been input before when using Chinese input

Open LioTree opened this issue 3 years ago • 3 comments

  • OS Version: windows11
  • Browser Version: chrome 102.0.5005.115
  • Browser Addon Version: 0.2.12
  • Neovim Plugin Version: 0.2.12

What I tried to do

Enter Chinese using the Microsoft Chinese Input.

What happened

Each input will carry the part that has been input before.

Here is an example,When I type "你好" for the first time, everything works fine.

image

But when I then enter a "H", there will be another "你好" appear.

image

LioTree avatar Jun 23 '22 15:06 LioTree

Hi, thanks for the report. I think this is likely to be caused by this line:

https://github.com/glacambre/firenvim/blob/e90f87872b313df15a06119ddbb84cdf1599657c/src/frame.ts#L50

The condition should probably also have something like isWindows().

Unfortunately I won't be able to publish a new release any time soon, so this bug won't be fixed in a long time.

glacambre avatar Jun 23 '22 16:06 glacambre

Indeed,on Firefox there is no such problem.Thanks for the response.

LioTree avatar Jun 23 '22 17:06 LioTree

Let's reopen until the problem is solved :)

glacambre avatar Jun 23 '22 19:06 glacambre

Could you try this version and let me know if it fixes your problem? In order to try it:

  • Remove firenvim from Chrome in chrome://extensions
  • Unzip the archive
  • Enable developer mode (top right toggle in chrome://extensions)
  • Click on the load unpacked button
  • Select the directory where you unzipped the archive

glacambre avatar Oct 10 '22 14:10 glacambre

Hi,it seems like the old problem disappears,but new problem appears.The Chinese input I typed doesn't appear until I type some English.

At 2022-10-10 22:24:24, "Ghjuvan Lacambre" @.***> wrote:

Could you try this version and let me know if it fixes your problem? In order to try it:

Remove firenvim from Chrome in chrome://extensions Unzip the archive Enable developer mode (top right toggle in chrome://extensions) Click on the load unpacked button Select the directory where you unzipped the archive

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>

LioTree avatar Oct 11 '22 13:10 LioTree

@LioTree I think I figured out a fix. Could you try this version and let me know if it works?

glacambre avatar Nov 04 '22 07:11 glacambre

Yes, it works well, thanks.

LioTree avatar Nov 05 '22 03:11 LioTree