Opened 16 years ago
Closed 14 years ago
#2629 closed Bug (duplicate)
Autogrow does not work with default fckeditor.js file
Reported by: | David Sargent | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | HasPatch | Cc: |
Description (last modified by )
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 (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | Autogrow does not work with defualt fckeditor.js file → Autogrow does not work with default fckeditor.js file |
comment:2 Changed 15 years ago by
Keywords: | HasPatch added |
---|
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Looks like a duplicate of #2350