Piotrek Koszuliński
|
4767eae759
Merge branch 'master' into t/1002
|
8 лет назад |
Kamil Piechaczek
|
e19c56bac7
Improvements for the tests and refactored the "model.Position#getCommonAncestor()" method.
|
8 лет назад |
Piotrek Koszuliński
|
daff20ccd3
Docs: Fixed typos and underlined important sentence. [skip ci]
|
8 лет назад |
Kamil Piechaczek
|
20acc7aa2e
Added comment with explanation. [skip ci]
|
8 лет назад |
Kamil Piechaczek
|
85202fc930
Fixed indent in comment. [skip ci]
|
8 лет назад |
Kamil Piechaczek
|
15eed8847e
Improved the tests.
|
8 лет назад |
Kamil Piechaczek
|
3d69876eba
Improved docs and tests.
|
8 лет назад |
Kamil Piechaczek
|
2c6266851a
Simplified "Position#getCommonAncestor()" (model) and fixed incorrect docs.
|
8 лет назад |
Kamil Piechaczek
|
6579c8406b
Added method "DocumentFragment#getNodeByPath()".
|
8 лет назад |
Piotrek Koszuliński
|
de216c634c
Fix: [Firefox] Prevented setting incorrect initial selection when placeholder was clicked. See ckeditor/ckeditor5#469.
|
8 лет назад |
Kamil Piechaczek
|
78d2eb60f0
Introduced `Position#getCommonAncestor( otherPosition )` and `Range#getCommonAncestor()` methods for `view` and `model`.
|
8 лет назад |
Szymon Kupś
|
4414e958b0
Tests: Fixed markers manual test, preventing buttons from stealing editor's focus. Closes #701.
|
8 лет назад |
Piotrek Koszuliński
|
3efde3a3b7
Merge pull request #1004 from ckeditor/t/821
|
8 лет назад |
Szymon Cofalik
|
884fa61bd5
Added: Better logging for `InsertDelta` and `InsertOperation`.
|
8 лет назад |
Szymon Cofalik
|
26122ab850
Other: Removed commented out code and out-dated comments.
|
8 лет назад |
Piotrek Koszuliński
|
23e61d5a80
Merge pull request #977 from ckeditor/remove-refactor
|
8 лет назад |
Piotrek Koszuliński
|
4c16225d80
Minor API docs fixes.
|
8 лет назад |
Szymon Cofalik
|
36e044af3b
Changed: Removed `RemoveOperation#fromJson` that did nothing more than `MoveOperation#fromJson`.
|
8 лет назад |
Szymon Cofalik
|
f056e06991
Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct transformation.
|
8 лет назад |
Szymon Cofalik
|
a9b215ad08
Tests: Fixed and added tests for delta transformations after changes done to operations and deltas transformations.
|
8 лет назад |
Szymon Cofalik
|
288546d85a
Fixed: Fixes in deltas transformations: context.forceWeakRemove depends on document.history, better context setting, deltas normalization.
|
8 лет назад |
Szymon Cofalik
|
52815e541b
Changed: Refactored `SplitDelta` transformations.
|
8 лет назад |
Szymon Cofalik
|
e03eb7e240
Tests: fixed tests due to "move operation normalization" done in `MoveOperation` x `MoveOperation` transformation.
|
8 лет назад |
Szymon Cofalik
|
e4b3ca230f
Changed: refactored `MoveOperation` x `MoveOperation` transformation.
|
8 лет назад |
Szymon Cofalik
|
a26531c90f
Changed: context.insertBefore now also affects `InsertOperation` transformation.
|
8 лет назад |
Szymon Cofalik
|
973f1d6f19
Docs: Added "missing" example in a comment.
|
8 лет назад |
Szymon Cofalik
|
612e5501f3
Fixed: `SplitDelta#_moveOperation` should return null if second operation is `NoOperation`.
|
8 лет назад |
Szymon Cofalik
|
c68ce8637e
Fixed: Prevent errors in AttributeDelta if one of operations is NoOperation.
|
8 лет назад |
Szymon Cofalik
|
02f40d876f
Changed: Added logging whether `MoveOperation` is sticky for `MoveOperation.log()`.
|
8 лет назад |
Szymon Cofalik
|
50d14e38ec
Fixed: Remove and reinsert change types needs fixes during range transformations since `RemoveOperation` no longer creates `graveyardHolder`.
|
8 лет назад |