Opened 9 years ago

Closed 8 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

  1. Make editor grow by adding content
  2. 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 Jakub Ś

Keywords: autogrow removed
Status: newpending

I have tried latest CKEditor 4.5.3 but could not reproduce.

  1. Please provide your build-config.js so that I could use same instance as you.
  2. How are you erasing the content? I have tried Ctrl+A Del, Ctrl+A Backspace or New Page button. All work as expected. Please provide screen-case showing how to reproduce this problem or more detailed steps.

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.

comment:2 Changed 8 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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