liferay / liferay-ckeditor

Other
8 stars 49 forks source link

AlloyEditor Source view no longer respects line breaks due to the missing htmlwriter plugin #151

Closed NemethNorbert closed 3 years ago

NemethNorbert commented 3 years ago

https://issues.liferay.com/browse/LPS-126202 htmlwriter plugin was removed in https://github.com/liferay/liferay-ckeditor/commit/cc4b314b87885823eee05a4021f6d17a5c43c158

We solved the line break issue in ckeditor by importing js-beautify library when the new source editor plugin was introduced in LPS-118290

I intended to resolve the issue in alloyeditor with the same approach, but simply restoring htmlwriter in our ckeditor resolves the issue.

wincent commented 3 years ago

See also: https://github.com/liferay/liferay-ckeditor/pull/152

julien commented 3 years ago

Fixed in #152