When using IME ,like MS PinYin 2007 IME,when typing pinyin characters,ChangeEvent is triggerd.
It is better if ChangeEvent is only triggered when the IME process is complete and the Chinese charater get into the TextField.
For example we use ChangeEvent to filter a TableView content,but before the Chinese character is generated ,the TableView is already filtered with the typed PinYin characters.
It is better if ChangeEvent is only triggered when the IME process is complete and the Chinese charater get into the TextField.
For example we use ChangeEvent to filter a TableView content,but before the Chinese character is generated ,the TableView is already filtered with the typed PinYin characters.