Changes between Version 1 and Version 2 of Ticket #37025, comment 1
- Timestamp:
- 06/04/2016 03:25:28 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37025, comment 1
v1 v2 3 3 - Simplify the "Backup available" notice (no inline undo), and add short explanation of what is changing and how to revert it. (The text may need some editing.) 4 4 - When restoring to the Visual editor make sure it creates an undo level. 5 - When restoring to the Text editor use `document.execCommand()` so the change can be undone with Command/Ctrl + Z. (Using node.value = 'string' prevents the user from undoing it).5 - When restoring to the Text editor use `document.execCommand()` so the change can be undone with Command/Ctrl + Z. (Using textarea.value = 'string' prevents the user from undoing it). 6 6 7 7 Other suggestions about how to make this a bit more user friendly welcome :)