ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.47k forks source link

autogrow + sourcearea: Autogrow doesn't work while the source editing mode is active #758

Open wimleers opened 7 years ago

wimleers commented 7 years ago

Are you reporting a feature request or a bug?

Feature.

Provide detailed reproduction steps (if any)

CKEditor instance with https://ckeditor.com/addon/autogrow + https://ckeditor.com/addon/sourcearea.

  1. Type "hi" followed by pressing the return key repeatedly. This will cause your CKEditor instance to grow.
  2. Switch to source mode.
  3. Repeat step 1.

Expected result

While in source mode, I also expect auto-growing.

Actual result

No auto-growing

Other details

beatadelura commented 7 years ago

Hi @wimleers, thanks for creating this issue! The autogrow has been implemented for WYSIWYG mode only, that's why it doesn't work in SOURCE mode. However, it's a good idea and I will treat this issue as a feature request.

wimleers commented 7 years ago

Thanks, that makes sense! I updated the Drupal issue accordingly: https://www.drupal.org/node/2901137#comment-12237463

linkrag commented 3 years ago

Any updates on this? Bumpd into this.