Opened 15 years ago
Closed 15 years ago
#4843 closed Bug (invalid)
[FF] Redo not working after viewing source
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: |
Description
To reproduce:
- Open nightly build
- Type a few sentences
- Undo half the entered text
- Go to source and back to rich text
- Try to redo
Result: the redo command does not redo the whole list of changes
Expected result: the redo command should redo all changes that were initially undone in step 3.
Reproduced on FF 3.5.5
Works in IE 7.
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The fact is that, by going to source, you're creating a new undo step, which clears the redo stack.