tomooda / PharoIM

InputMethod support for Pharo on headless VMs
MIT License
6 stars 0 forks source link

unexpectedly fixed the first full-width alphanumeric character on Windows + ATOK #7

Closed sumim closed 2 years ago

sumim commented 2 years ago

The first input of a full-width alphanumeric character is unexpectedly fixed. Using ATOK for Ichitaro 2020. no problem if using Google IM

第一文字目が全角英数記号だと無条件で確定されます。ATOK for 一太郎2020 を使用。 Google入力では問題ありません。

tomooda commented 2 years ago

Thank you for reporting this interesting case. Microsoft IME as well as Google IME looks happy. I suspect ATOK is sending IM events differently from other IMs. It would be helpful if you could trace executions of RubAbstractTextArea>>textEdition: and RubAbstractTextArea>>textInput: when the full-width alphanumeric is typed.

sumim commented 2 years ago

Apparently, I was too quick to judge. The characters that I thought were entered as full-width alphanumeric characters were entered as half-width characters. I'm sorry.