Changes between Initial Version and Version 1 of Ticket #12690, comment 4
- Timestamp:
- Jan 9, 2015, 4:50:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12690, comment 4
initial v1 1 1 There 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]. 2 2 3 C hanges in branch:t/12690.3 Current changes in branch:t/12690.