ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
54 stars 32 forks source link

CKEditor not opening in fixed UI mode after setting type as inline and added extraPlugins divarea #198

Closed agabhane closed 3 years ago

agabhane commented 3 years ago

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. As explained here, configure the ckeditor with extraPlugins divarea and set type as inline

Expected result

The editor should get opened with div tag and toolbar should be fixed like Fixed UI

Actual result

The editor is getting opened in div tag with floating toolbar like Floating UI

image

Other details

Dumluregn commented 3 years ago

Hello, docs seem to be incorrect. To have a divarea editor you only have to add a divarea plugin and don't need to change editor type - see the sample from this repo. Sorry for the confusion in documentation, we'll fix it ASAP.

Dumluregn commented 3 years ago

Closed in https://github.com/ckeditor/ckeditor4-docs/pull/362.