Opened 17 years ago

Last modified 15 years ago

#2629 closed Bug

Autogrow does not work with defualt fckeditor.js file — at Initial Version

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

Description

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; Fix's 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 (0)

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