Opened 13 years ago
Closed 13 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)
Change History (2)
Changed 13 years ago by
| Attachment: | divarea.html added |
|---|
comment:1 Changed 13 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |

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