Changes between Version 2 and Version 3 of Ticket #12324, comment 4


Ignore:
Timestamp:
Aug 22, 2014, 10:56:26 AM (11 years ago)
Author:
Artur Delura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12324, comment 4

    v2 v3  
    1212
    1313Expected behaviour is that when we change selection after making changes then snapshot should be saved. But it does not save snapshot when we put caret at the beginning of node (see point 6 - here we put caret at the same beginning of paragraph).
     14
     15Deeper investigation brings me here:
     16
     17Saving snapshot is handled [https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/undo/plugin.js#L973-L978 here] But it's unreliable, because editable has margin on each side, so clicking in margin area does not fire click event, but change selection.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy