Bug 564286 - Auto save should not interrupt IME(for example Microsoft Chinese Pinyin IME)
Summary: Auto save should not interrupt IME(for example Microsoft Chinese Pinyin IME)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-15 03:56 EDT by Gao Hao CLA
Modified: 2020-06-15 04:18 EDT (History)
1 user (show)

See Also:


Attachments
autosave disturbs input method editor (924.67 KB, video/mp4)
2020-06-15 03:56 EDT, Gao Hao CLA
no flags Details
this is the normal auto save (440.97 KB, video/mp4)
2020-06-15 04:18 EDT, Gao Hao CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gao Hao CLA 2020-06-15 03:56:46 EDT
Created attachment 283278 [details]
autosave disturbs input method editor

I enable autosave for dirty editors. As you can see in the attached video, save actions interrupt the input method editor, so the Chinese IME Pinyin is closed.

It's time to improve the autosave behaviour.
Comment 1 Gao Hao CLA 2020-06-15 04:18:51 EDT
Created attachment 283279 [details]
this is the normal auto save

In VS Code, a solid circle was drawn on editor tab to mark the editor as dirty(modified).
As you can see in the video, when the editor was saved automatically, the solid circle disappeared, and the Chinese Pinyin IME was not closed.

Eclipse IDE should not close IME after save actions.