antonmedv/codejar

Conflict with ibus IME if highlighting is enabled

オープン

#103 opened on 2023/08/04

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (123 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,972 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

I'm integrating codejar with my personal website, a Vietnamese blog. I use ibus-unikey, on Ubuntu, to input Vietnamese, and encounter an issue that, very often, uncommited chars are lost.

I found that codejar is relying on event.isComposing to detect if the IME is in its task. But actually, it is not reliable. You can read more here: https://lists.w3.org/Archives/Public/public-editing-tf/2015Nov/0001.html

コントリビューターガイド