Closed
Bug 204016
Opened 22 years ago
Closed 22 years ago
Two edit actions produce a single undo transaction
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
INVALID
People
(Reporter: KaiE, Assigned: KaiE)
Details
(Whiteboard: editorbase)
Attachments
(1 file)
|
268 bytes,
text/html
|
Details |
1. open the attachment in the editor
2. place caret at the start of the last line ("AFTER")
3. Hit Backspace: preceding newline will be deleted and "AFTER" will move up
4. Hit Backspace again, AFTER will move up again.
5. Use the undo command
Actual result: both actions from steps 3 and 4 are undone
Expected result: Only 4 should now be undone, and another undo command should be
required to undo 3.
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Whiteboard: editorbase
Comment 2•22 years ago
|
||
delete operations "merge". This is by design. Typing operations also merge.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•