Opened 12 years ago

Closed 12 years ago

#9472 closed Bug (duplicate)

Divarea and Autogrow plugins don't work well together.

Reported by: Michał Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

I used divarea.html sample from Git repository. When autogrow and divarea plugins are enable together like:

  CKEDITOR.replace( 'editor1', {
    extraPlugins: 'autogrow,divarea',
    height : 100,
    autoGrow_minHeight : 600,

  });

CKEditor on start has no place to insert content. I attached modified divarea.html sample from GIT.

Attachments (1)

divarea.html (1.7 KB) - added by Michał 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by Michał

Attachment: divarea.html added

comment:1 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #9351 - please check this ticket for valid way to implement autogrow in divarea plugin.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy