egui icon indicating copy to clipboard operation
egui copied to clipboard

Fix: IME-related processing when focus is lost in IME enabled state.

Open rustbasic opened this issue 1 year ago • 0 comments

Fix: IME-related processing when focus is lost in IME enabled state. Fix: Handling state.ime_enabled in multiple TextEdit. Fix: A symptom of characters being copied when there are multiple TextEdits.

  • Related #4358
  • Closes #4374
  • Related #4436
  • Related #4794
  • Related #4908

Fix Issues: When focus is moved elsewhere, you must set ime_enabled to 'false`, otherwise the IME will have problems when focus returns.

Fix Issues: A symptom of characters being copied when there are multiple TextEdits. Deletes all current IME events, preventing them from being copied to other TextEdits, without saving the TextEdit ID,

rustbasic avatar Aug 01 '24 11:08 rustbasic