Opened 10 years ago
Last modified 10 years ago
#12823 confirmed Bug
Redo is broken after undoing typing with IME
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.4 |
Keywords: | Cc: |
Description
- Open replacebycode sample.
- Set your system language to Japanese Hiragana.
- Type 2-5 letters and press enter to commit composition.
- Repeat the above few times.
- Press CTRL+Z (not the undo button).
- The changes were undid, but the redo button is disabled.
Reproduced on FF and Chrome. This issue is a little bit random - I think that order in which the CTRL and Z keys are released matters. In my case I was first releasing Z and then CTRL.
In http://dev.ckeditor.com/ticket/12391#comment:4 Artur suggested that there may be a change fired. I'm rather thinking that keyup causes the onTypingStart function to be executed.
Problem can be reproduced in FF, Webkit and Blink (IE is fine) from CKEditor 4.4.4.