Opened 11 years ago
Last modified 11 years ago
#11416 closed Bug
[OSX,Webkit,Blink,Inline] Unable to undo the first text cut in inline editor — at Version 3
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.2 |
Component: | Core : Undo & Redo | Version: | 4.3.2 |
Keywords: | Cc: |
Description (last modified by )
- In Chrome/Safari open samples/inlineall.html
- Select text.
- C-x
- C-z
Expected: Cut is undone.
Actual: Nothing happens, undo is TRISTATE_DISABLED
.
- Select some other text (in the same editor).
- C-x
- C-z (the second cut is undone).
- C-z (surprisingly the first cut is also undone).
In my opinion this bug was always there, but it was hidden by browser's native undo, which we fixed in #11126, so it eventually emerged.
It appears to be OSX-related bug only. Works perfectly in Linux.
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | → CKEditor 4.3.2 |
---|
comment:2 Changed 11 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | [Webkit,Blink, Inline] Unable to undo the first text cut in inline editor → [OSX,Webkit,Blink,Inline] Unable to undo the first text cut in inline editor |