Opened 13 years ago
Closed 13 years ago
#9228 closed Bug (fixed)
Incorrect undo state on inline instance
| Reported by: | Garry Yao | Owned by: | Piotrek Koszuliński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | General | Version: | 4.0 |
| Keywords: | Cc: |
Description
- Load inlineall sample;
- Press enter key twice
- Undo twice to revert content to original
- Redo once to reproduce the first enter key
- Actual: Unable to redo anymore
- Expected: Redo is still available once.
themedui is not affected.
Change History (5)
comment:1 Changed 13 years ago by
| Status: | new → review |
|---|
comment:3 Changed 13 years ago by
| Status: | review → assigned |
|---|
comment:4 Changed 13 years ago by
| Owner: | changed from Garry Yao to Piotrek Koszuliński |
|---|
Not targeted by my proposal for #9230. To be fixed.
comment:5 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed and masterised with https://github.com/ckeditor/ckeditor-dev/commit/741c93d

This's caused by an unexpected "updateSnapshot" event fired.