Opened 15 years ago

Last modified 13 years ago

#2629 closed Bug

Autogrow does not work with default fckeditor.js file — at Version 1

Reported by: David Sargent Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: HasPatch Cc:

Description (last modified by Alfonso Martínez de Lizarrondo)

Because the fckeditor.js file stipulates a default height here
Line 34: this.Height = height || '200' ;

Changing this line to read
Line 34: this.Height = height;

Fixes the problem.

This was a very frustrating bug to figure out with many hours wasted tracking it down, in the least the plugin source should be documented to note this problem.

Change History (1)

comment:1 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Description: modified (diff)
Summary: Autogrow does not work with defualt fckeditor.js fileAutogrow does not work with default fckeditor.js file
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