id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 14329,Typing Japanese with Windows IME on IE 11 does not fire change events,Nick M,kkrzton,"== Steps to reproduce == 1. Set up a Japanese IME keyboard on Windows (instructions here http://jlptbootcamp.com/2012/02/how-to-type-in-japanese-with-the-microsoft-ime-on-windows/) 2. Go to nightly ckeditor build in IE 11 3. Add a simple change hander in the console window that logs change events. CKEDITOR.instances.editor.on('change', function(e) { console.log(this.getData()); }) 4. Change your input type to Hiragana and type something in like ""Arigato"". Press space to open the dropdown selector and pick one of the options or just press ""enter"" to confirm the word. == Expected result == When you confirm your composite word, the change event should fire and log the word typed. == Actual result == The change event does not fire. == Other details (browser, OS, CKEditor version, installed plugins) == Chrome seems to fire change events on nearly every keypress in IME mode. Firefox only does it when a word is ""confirmed."" I think Firefox has the right behavior, but really either is fine as long as the change event eventually fires. I have not tried IE10 or below, but I'm betting they have the same issues.",Bug,review,Nice to have (we want to work on it),,General,4.4.4,,,