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
| '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.
