[CKEditor.Reactive] New lines getting added on enter - autoParagraph issue
ckeditor-reactive
Reactive icon
Forge component by Fábio Fantato
Application Type
Reactive

I am making this post, to report an issue that i found with the latter versions (1.0.8-1.0.9) of the widget. The auto Paragraph configuration seems to have been deprecated as it does not seem to function correctly anymore. I've had to start using an earlier version to solve the issue (1.0.5)

This is my current configuration:

"
toolbar:[
['Bold','Underline', 'Italic', 'NumberedList','BulletedList']
],
enterMode: 2,
shiftEnterMode: 1,
autoParagraph: false

"


If someone knows how to have the autoParagraph working in the newer version, even if it is by using some other configuration that would be appreciated

Solution

Hi Iuri and Luuk, 


We have launched a new version (1.0.10) that contains a specific fix for the issue reported.


Can you try it out?


Cheers,

Hi Iuri, You already found a solution?
This is my config:

autoParagraph: false,
allowedContent: true,
fillEmptyBlocks: false,
basicEntities: false,
enterMode: 2,
shiftEnterMode: 1,

But this results still in a extra break (empty DIV)
luuk<br />


<div></div>

BR Luuk
Solution

Hi Iuri and Luuk, 


We have launched a new version (1.0.10) that contains a specific fix for the issue reported.


Can you try it out?


Cheers,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.