Changes between Initial Version and Version 1 of Ticket #12690, comment 4


Ignore:
Timestamp:
Jan 9, 2015, 4:50:54 PM (10 years ago)
Author:
Artur Delura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12690, comment 4

    initial v1  
    11There problem was because range in selection was not fixed. It should be done in [https://github.com/ckeditor/ckeditor-dev/blob/master/core/selection.js#L1904 here]. Unfortunately this code was not executed because function {{{rangeRequiresFix}}} returned {{{false}}}. That was becase {{{range.root}}} was not an instance of {{{CKEDITOR.editable}}}. I fixed it in [https://github.com/cksource/ckeditor-dev/commit/25792a3c7a7a1b9eb82588aa377b76b6ba5af125 here].
    22
    3 Changes in branch:t/12690.
     3Current changes in branch:t/12690.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy