antonmedv/codejar

Conflict with ibus IME if highlighting is enabled

Ouverte

#103 ouverte le 4 août 2023

 (8 commentaires) (0 réaction) (0 personne assignée)TypeScript (123 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 972 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur