Szymon Cofalik
|
c39f3cb2fd
Docs: Reworded some comments and docs.
|
7 年之前 |
Piotrek Koszuliński
|
4b803b4c1e
Merge branch 'master' into t/1125
|
7 年之前 |
Krzysztof Krztoń
|
29e688cb80
Deep text children rerendering.
|
7 年之前 |
Szymon Kupś
|
bac2fdbdb4
Updated docs.
|
7 年之前 |
Kamil Piechaczek
|
09d3d58e5a
Added missing docs.
|
7 年之前 |
Piotrek Koszuliński
|
106a780539
Focus the new editing host to workaround FF's errors.
|
8 年之前 |
Maciej Bukowski
|
59d5efde2e
Aligned code to introduced isText() method.
|
7 年之前 |
Piotrek Koszuliński
|
51d443b4bb
Fix: The fake selection container should not leak into the viewport. Closes ckeditor/ckeditor5#752.
|
8 年之前 |
Piotrek Koszuliński
|
f3b379b0f1
Small refactoring.
|
8 年之前 |
Piotrek Koszuliński
|
de22c255fc
Internal: Bumped the year. [skip ci]
|
8 年之前 |
Piotrek Koszuliński
|
48903ca273
Merge pull request #1166 from ckeditor/t/1158
|
8 年之前 |
Kamil Piechaczek
|
95c96e839e
Removed "renderer-skipped-selection-rendering" warning.
|
8 年之前 |
Szymon Kupś
|
5a49ad9dbe
Small refactoring, docs fixes.
|
8 年之前 |
Szymon Kupś
|
bb1353af3c
Added test checking if inline filler is not rendered inside non editable content.
|
8 年之前 |
Szymon Kupś
|
4f2128f257
Blocking inline fillers on elements with contenteditable=false.
|
8 年之前 |
Szymon Cofalik
|
53170244d4
Changed: In `view.Renderer` moved logging warn about selection render skip to `_domSelectionNeedsUpdate`.
|
8 年之前 |
Szymon Cofalik
|
2a87110f75
Changed: In `view.Renderer` moved algorithm checking whether DOM selection needs to be updated to a separate function.
|
8 年之前 |
Szymon Cofalik
|
8ac4dc6fd2
Changed: Used `view.Selection#isSimilar` in `SelectionObserver` and `Renderer`.
|
8 年之前 |
Szymon Cofalik
|
970908b413
Changed: renamed `DomConverter.isCorrectDomSelection(Position)` to `DomConverter.isDomSelection(Position)Correct`.
|
8 年之前 |
Szymon Cofalik
|
de2d1ef70b
Fixed: Prevent DOM Selection from ending up in ui elements.
|
8 年之前 |
Piotrek Koszuliński
|
28ee2dbbb2
Internal: Docs and code style.
|
8 年之前 |
Szymon Cofalik
|
2354d31dd7
Fixed: In `view.Renderer#render` make sure that inline filler is created before selection is updated (so selection do not end up before filler element).
|
8 年之前 |
Szymon Cofalik
|
10efae7d56
Fixed: `view.Renderer#render` will now always create inline filler at expected position.
|
8 年之前 |
Szymon Kupś
|
3952737541
DomConverter changes: removed getCorrespondingView, merged getCorrespondingViewElement and getCorrespondingViewDocumentFragment into mapDomToView, renamed getCorrespondingViewText to findCorrespondingViewText.
|
8 年之前 |
Szymon Kupś
|
e244e7c4f9
Minor fixes: more comments to Renderer#_updateChildren and newline in DomConverter.
|
8 年之前 |
Szymon Kupś
|
a3976f2053
Updated docs after changes made in DomConverter.
|
8 年之前 |
Szymon Kupś
|
e329ff7a3d
Updated tests in view after changes in DomConverter.
|
8 年之前 |
Szymon Kupś
|
817023490f
Renderer's _updateChildren unbinds unused DOM nodes after all actions are performed.
|
8 年之前 |
Szymon Kupś
|
1b713c2703
Added tests checking renderer issue #922.
|
8 年之前 |
Kamil Piechaczek
|
e0212e36d5
Fixed issues reported by ESLint in "src/" directory.
|
8 年之前 |