Maciej Gołaszewski
|
60241340b7
Move block filler handling to DomConverter.
|
6 年之前 |
Maciej Gołaszewski
|
24a143c326
Introduce blockFillerMode in DomConverter.
|
6 年之前 |
Szymon Cofalik
|
9f354f4eeb
Other: Changed how are generated on view->DOM rendering.
|
6 年之前 |
Kamil Piechaczek
|
35aba7b0d6
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 年之前 |
Kamil Piechaczek
|
c7953fd655
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Maciej Gołaszewski
|
f562fee02a
Docs: Remove Position._createAt() references from docs.
|
7 年之前 |
Piotrek Koszuliński
|
aa7cce954a
Fixed spaces around <br>s convertion to the view.
|
7 年之前 |
Szymon Kupś
|
8018084066
Renamed view Selection to DocumentSelection.
|
7 年之前 |
Maciej Bukowski
|
10c27d129a
Added tests for coverting text with inline filler.
|
7 年之前 |
Maciej Bukowski
|
01026700bb
Aligned code to changes in ViewSelection#setTo method.
|
7 年之前 |
Maciej Bukowski
|
69638a9875
Aligned code fragments to new Selection constructor.
|
7 年之前 |
Maciej Bukowski
|
5cc4d74fad
Fixed wrong usages of Selection API.
|
8 年之前 |
Piotrek Koszuliński
|
de22c255fc
Internal: Bumped the year. [skip ci]
|
8 年之前 |
Piotrek Koszuliński
|
695319a028
Tests: Added tests created while debugging ckeditor/ckeditor5-clipboard#2.
|
8 年之前 |
Piotrek Koszuliński
|
0a70abd46b
Merge branch 'master' into t/922
|
8 年之前 |
Szymon Kupś
|
5de5e484ad
DomConverter: removed getCorrespondingDom function and renamed getCorrespondingDomText to findCorrespondingDomText.
|
8 年之前 |
Piotrek Koszuliński
|
77a8ae5932
Fixed new lines, tabs and carriage return handling.
|
8 年之前 |
Kamil Piechaczek
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 年之前 |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 年之前 |
Piotrek Koszuliński
|
c60d4c92e5
DomConverter.domToView() will return null for comments.
|
8 年之前 |
Piotrek Koszuliński
|
fa6fc662c0
Code style.
|
8 年之前 |
Piotrek Koszuliński
|
ff871f9271
Stopped using some native features which MS Edge doesn't support yet.
|
8 年之前 |
Piotrek Koszuliński
|
d893eb58d9
Updated imports to use scoped packages.
|
9 年之前 |
Piotrek Koszuliński
|
c904325be6
Bump up the year.
|
9 年之前 |
Piotrek Koszuliński
|
1e6d9a8380
Updated tests – removed bender tags and CSS links.
|
9 年之前 |
Piotrek Koszuliński
|
2a894e8be4
Use package-based paths to modules.
|
9 年之前 |
Piotrek Koszuliński
|
c7aa0d31cc
Changed imports in automated tests to be compatible with Webpack.
|
9 年之前 |
Szymon Kupś
|
1bca5046d0
Added test checking if DOMConverter can return proper fake selection if DOM selection is placed inside text node.
|
9 年之前 |
Szymon Kupś
|
7dffb03934
Added fake selection container binding to view selection instance.
|
9 年之前 |
Szymon Cofalik
|
70c9b77978
Tests: added missing tests.
|
9 年之前 |