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

貢獻者指南