Kamil Piechaczek
|
4807e388c1
Code style: Aligned code style to new ESLint version.
|
il y a 8 ans |
Piotrek Koszuliński
|
0a70abd46b
Merge branch 'master' into t/922
|
il y a 8 ans |
Piotrek Koszuliński
|
71bbc8ba8b
Minor API docs cleanup.
|
il y a 8 ans |
Szymon Kupś
|
d433de1d94
Fixed docs after methods refactoring in DomConverter.
|
il y a 8 ans |
Szymon Kupś
|
3952737541
DomConverter changes: removed getCorrespondingView, merged getCorrespondingViewElement and getCorrespondingViewDocumentFragment into mapDomToView, renamed getCorrespondingViewText to findCorrespondingViewText.
|
il y a 8 ans |
Szymon Kupś
|
e244e7c4f9
Minor fixes: more comments to Renderer#_updateChildren and newline in DomConverter.
|
il y a 8 ans |
Szymon Kupś
|
a3976f2053
Updated docs after changes made in DomConverter.
|
il y a 8 ans |
Szymon Kupś
|
cef54f21d5
Fixed tests in whole repository after changes made to DomConverter.
|
il y a 8 ans |
Szymon Kupś
|
5de5e484ad
DomConverter: removed getCorrespondingDom function and renamed getCorrespondingDomText to findCorrespondingDomText.
|
il y a 8 ans |
Piotrek Koszuliński
|
77a8ae5932
Fixed new lines, tabs and carriage return handling.
|
il y a 8 ans |
Szymon Kupś
|
8c175ce47d
Renaming DOMConverter methods WIP.
|
il y a 8 ans |
Szymon Kupś
|
3b8968b24d
Updated DomConverter docs.
|
il y a 8 ans |
Szymon Kupś
|
808c31895d
More tests to changes made in DomConverter. Added tests to unbindDomElement method.
|
il y a 8 ans |
Szymon Kupś
|
27eb91adf3
More tests and changes in DOM converter in order to handle UIElements.
|
il y a 8 ans |
Szymon Kupś
|
63e7074f8c
Moved more UIElement handling to DOM converter.
|
il y a 8 ans |
Szymon Kupś
|
0ddd6350fd
Observers will not fire DOM events from inside of UIElements.
|
il y a 8 ans |
Szymon Kupś
|
e02e2847dc
DomConverter.domToView is returning null for items rendered from UIElement.
|
il y a 8 ans |
Szymon Kupś
|
e3cef720d4
DOMConverter is using UIElement.render method.
|
il y a 8 ans |
Piotrek Koszuliński
|
660240bc64
Code style: Fixed linter issues.
|
il y a 8 ans |
Aleksander Nowodzinski
|
8b6d288a1d
Fix: None of the editable's ancestors should scroll when the DomConverter focuses an editable. Closes #957.
|
il y a 8 ans |
Piotrek Koszuliński
|
31314bda13
Merge branch 'master' into t/953
|
il y a 8 ans |
Kamil Piechaczek
|
e0212e36d5
Fixed issues reported by ESLint in "src/" directory.
|
il y a 8 ans |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
il y a 8 ans |
Aleksander Nowodzinski
|
1d1682954a
Enabled the #951 fix for all web browsers to avoid code branching.
|
il y a 8 ans |
Aleksander Nowodzinski
|
44d80abced
Extended the #951 fix to consider the internal scroll of the DOM editable.
|
il y a 8 ans |
Aleksander Nowodzinski
|
6aefc1b07c
Fix: DomConverter should actively prevent window scroll on focus in WebKit. Closes #951.
|
il y a 8 ans |
Piotrek Koszuliński
|
c60d4c92e5
DomConverter.domToView() will return null for comments.
|
il y a 8 ans |
Piotrek Koszuliński
|
ff871f9271
Stopped using some native features which MS Edge doesn't support yet.
|
il y a 8 ans |
Szymon Cofalik
|
cd6725f58c
Changed: deep unbinding is now default (and only) behaviour of `view.DomConverter.unbindDomElement`.
|
il y a 8 ans |
Szymon Cofalik
|
9e110053ea
Changed: `Renderer` will unbind DOM elements from view elements when removing them from DOM.
|
il y a 8 ans |