antonmedv/codejar

Conflict with ibus IME if highlighting is enabled

开放

#103 创建于 2023年8月4日

 (8 条评论) (0 个反应) (0 位负责人)TypeScript (123 个派生)github user discovery
help wanted

仓库指标

星标
 (1,972 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南