Changes between Initial Version and Version 1 of Ticket #9230, comment 2
- Timestamp:
- Aug 29, 2012, 12:26:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9230, comment 2
initial v1 3 3 As I stated before, it's just plain wrong to force save a snapshot on each selection change (we were doing that, just for making the "updateSnapshot" feature work), so the way how it work to update snapshot must be reinvented, at this moment. 4 4 5 Opened t/ 344for the following proposals, which should resolve the issue:5 Opened t/9230 for the following proposals, which should resolve the issue: 6 6 1. Published editor.undoManager (required by 2.) 7 7 1. Reworked '''undoManager::update''' to perform a interceptor alike update on undo snapshots, with the DOM modification function passed in (this's not achievable by using event), besides, this method now takes care of detecting the DOM changes, to only amend the stack on demand, thus the '''domChanged''' flag is removed.