Piotrek Koszuliński
|
3a543a7aec
Fixed test after merge from master.
|
9 лет назад |
Piotrek Koszuliński
|
b373a6ef86
Merge branch 'master' into t/675
|
9 лет назад |
Szymon Kupś
|
4bd781380d
Merge pull request #680 from ckeditor/t/646
|
9 лет назад |
Szymon Cofalik
|
1b581370a1
Added: DomConverter#viewPositionToDom implemented additional conditions when the method may return `null` value.
|
9 лет назад |
Szymon Cofalik
|
a2c803627a
Docs: changed some typos.
|
9 лет назад |
Piotrek Koszuliński
|
65142cf94f
Removed the composer.
|
9 лет назад |
Piotrek Koszuliński
|
978a211a99
Renamed insert to insertContent and changed it param to model's doc frag.
|
9 лет назад |
Piotrek Koszuliński
|
c5b01b24fb
Merge pull request #672 from ckeditor/t/657
|
9 лет назад |
Piotrek Koszuliński
|
9f5dd508b0
Code refactoring: Throw once.
|
9 лет назад |
Piotrek Koszuliński
|
2393866882
The error needs to be documented once.
|
9 лет назад |
Piotrek Koszuliński
|
7a592301df
API docs fixes.
|
9 лет назад |
Piotrek Koszuliński
|
7eff60cd32
Merge branch 'master' into t/657
|
9 лет назад |
Kamil Piechaczek
|
2a6ecbfc6d
Travis: Added "ignore-duplicates" to test script.
|
9 лет назад |
Szymon Cofalik
|
f133311673
Added: Added delta transformations for AttributeDelta, SplitDelta and RenameDelta.
|
9 лет назад |
Szymon Cofalik
|
b7b789ae26
Fixed: Added RenameOperation to OperationFactory.
|
9 лет назад |
Szymon Cofalik
|
c86900d588
Codestyle: removed empty line.
|
9 лет назад |
Szymon Cofalik
|
145567be95
Fixed: Operation#fromJSON should create an instance of the child class.
|
9 лет назад |
Szymon Cofalik
|
dc03fc9ac6
Fixed: Improvements connected to RemoveOperation transformation.
|
9 лет назад |
Szymon Cofalik
|
89361fa9db
Changed: AttributeOperation x AttributeOperation transformation - "strong" AttributeOperation should be kept as AttributeOperation even if its oldValue and newValue are same.
|
9 лет назад |
Szymon Cofalik
|
0163670ebd
Fixed: RenameOperation x RenameOperation transformation.
|
9 лет назад |
Szymon Cofalik
|
15ed89f72c
Fixed: RemoveOperation#fromJSON caused newly created RemoveOperation#targetPosition to be based on current graveyard state rather than original operation's value.
|
9 лет назад |
Szymon Cofalik
|
0345630071
Fixed: MoveOperation#isSticky was not recovered from JSON object in #fromJSON.
|
9 лет назад |
Szymon Cofalik
|
18ec54fe27
Changed: MoveOperation#movedRangeStart changed from property to method #getMovedRangeStart to have it always up-to-date with #targetPosition.
|
9 лет назад |
Szymon Cofalik
|
131f8b5e09
Fixed: InsertOperation should copy its nodes when it's cloned.
|
9 лет назад |
Szymon Cofalik
|
37d89d19f3
Fixed: Renderer should remove inline filler if selection is before a view element not bound to DOM.
|
9 лет назад |
Szymon Cofalik
|
9b00f7e4c2
Changed: AttributeOperation should do nothing and return undefined if it's oldValue and newValue are same.
|
9 лет назад |
Szymon Cofalik
|
676a6a473d
Changed: RenameOperation should do nothing and return undefined if it's oldName and newName are same.
|
9 лет назад |
Szymon Cofalik
|
eb2780e882
Changed: AttributeDelta#range looks through all ranges to find first and last changed position.
|
9 лет назад |
Szymon Cofalik
|
479e293708
Fixed: DomConverter#viewPositionToDom should return null if view position is after a view element that has not been rendered to DOM.
|
9 лет назад |
Szymon Cofalik
|
58d74e31cb
Fixed: LiveSelection#_fixGraveyardSelection put range in a place where selection cannot be placed.
|
9 лет назад |