Kamil Piechaczek
|
c63c55c6e9
Renamed "_*Children()" name of functions to "_*Child()".
|
před 7 roky |
Szymon Cofalik
|
3c6dc4fdaa
Fix: Markers were not refreshed when a model element was renamed.
|
před 7 roky |
Szymon Cofalik
|
aa471bf965
Fix: `model.Range#getTransformedByDelta` should not crash for `MoveDelta` which moves 0 nodes.
|
před 7 roky |
Kamil Piechaczek
|
bfd5f00dc2
Changed public API to protected.
|
před 7 roky |
Piotrek Koszuliński
|
de22c255fc
Internal: Bumped the year. [skip ci]
|
před 8 roky |
Oskar Wróbel
|
daf4e612c4
Aligned tests with engine changes.
|
před 8 roky |
Piotrek Koszuliński
|
2debd0e781
Revert "Merge pull request #1175 from ckeditor/t/897"
|
před 8 roky |
Maciej Gołaszewski
|
3f97a18184
Other: Make Range immutable.
|
před 8 roky |
Maciej Gołaszewski
|
0f3acc2742
Other: Make Position immutable.
|
před 8 roky |
Szymon Cofalik
|
c871a693c8
Fix: Handle isSticky flag properly when collapsed range is transformed by insertion.
|
před 8 roky |
Piotrek Koszuliński
|
4a6ace35f0
Merge pull request #1143 from ckeditor/t/1142
|
před 8 roky |
Szymon Cofalik
|
25c0dee7b0
Fixed: Range at the end of split element should be correctly moved to the new element.
|
před 8 roky |
Szymon Cofalik
|
8ae7b36bd7
Docs: Explained confusing code in inline comments.
|
před 8 roky |
Szymon Cofalik
|
652479e326
Fixed: Improved range by merge delta transformation case.
|
před 8 roky |
Szymon Cofalik
|
ed65290fb1
Fix: Fix for LiveRange transformation when element is split at the place where the live range starts.
|
před 8 roky |
Szymon Cofalik
|
4e53a40428
Fixed: Items inserted into an already highlighted element with custom highlight handling should not get additional highlight.
|
před 8 roky |
Maciej Bukowski
|
1eb46d8ba8
Removed TODOs.
|
před 8 roky |
Maciej Bukowski
|
b835a4c739
Provided `Range.createCollapsedAt()` method with tests.
|
před 8 roky |
Piotrek Koszuliński
|
1787d51172
Merge pull request #1007 from ckeditor/t/1006
|
před 8 roky |
Szymon Cofalik
|
28b083f2b1
Tests: Added additional test for `model.Range#_getTransformedByDelta` for completeness reasons.
|
před 8 roky |
Piotrek Koszuliński
|
02b9ecb7f1
Improved comments and TC names in tests.
|
před 8 roky |
Szymon Cofalik
|
654d4b12de
Tests: Removed not needed code in `model.Range` tests.
|
před 8 roky |
Szymon Cofalik
|
e3584fa09d
Changed: Expanded special case in `Range#_getTransformedByDelta`.
|
před 8 roky |
Kamil Piechaczek
|
78d2eb60f0
Introduced `Position#getCommonAncestor( otherPosition )` and `Range#getCommonAncestor()` methods for `view` and `model`.
|
před 8 roky |
Szymon Cofalik
|
e1b7889cbf
Changed: model.Range and view.Range#containsRange changed parameter name and default value from strict to loose.
|
před 8 roky |
Szymon Cofalik
|
bd6976680a
Added: Introduced `strict` parameter in model.Range#containsRange and view.Range#containsRange.
|
před 8 roky |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
před 8 roky |
Szymon Cofalik
|
dcd1ba9df7
Changed: Range#_getTransformedByDocumentChange will now be "inclusive" if range boundary is moved out of the range.
|
před 8 roky |
Piotrek Koszuliński
|
96209f889f
Tests: Added tests for Range.getTransformedByDelta().
|
před 8 roky |
Szymon Cofalik
|
d4df23569c
Added: added special case for transforming collapsed range by merge delta.
|
před 8 roky |