Opened 9 years ago
Closed 9 years ago
#13758 closed Bug (expired)
Auto grow - doesn't reduce size of editor on content erase
Reported by: | CptMaumau | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.2 |
Keywords: | Cc: |
Description
Steps to reproduce
- Make editor grow by adding content
- Erase content
Expected result
Editor shrink on content erase
Actual result
Editor's size is not changing
Other details (browser, OS, CKEditor version, installed plugins)
Tested on Firefox and Chrome under Linux Mint 17 and Windows 7
CKEditor 4.5.2
plugins : lineutils, widget, autolink, sharedspace, image2, youtube, confighelper, pastefromword, autogrow, notification, notificationaggregator, filetools, uploadwidget, uploadimage, autoembed, embed, embedbase, undo
config :
config.disableNativeSpellChecker = false;
config.linkShowAdvancedTab = false;
config.linkShowTargetTab = false;
config.removeDialogTabs = 'link:upload';
config.ignoreEmptyParagraph = true;
config.autoParagraph = false;
config.resize_enabled = false;
config.autoGrow_minHeight = 700;
config.autoGrow_onStartup = true;
Change History (2)
comment:1 Changed 9 years ago by
Keywords: | autogrow removed |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
I have tried latest CKEditor 4.5.3 but could not reproduce.
Btw. Disabling autoparagrpahing is not recommended. Please see http://dev.ckeditor.com/ticket/12315. Could you perhaps try without that configuration option with cache cleared? I’m wondering if this could be the source of problem on your side.