Opened 16 years ago
Closed 13 years ago
#2350 closed Bug (invalid)
Autogrow stopped working in FCKeditor 2.6.2
Reported by: | uncle.f | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.2 |
Keywords: | HasPatch | Cc: |
Description
Autogrow plugin does not function any more (FF3.0 / IE6 / IE7 / Opera 9.5x).
Also noted here: http://www.fckeditor.net/forums/viewtopic.php?p=27040#p27040
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | HasPatch added; autogrow removed |
---|
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
the comments in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=10214#p27849 suggest a solution
fckplugins.js, lines 65-66:
window.frameElement.height = iMainFrameSize;
window.frameElement.style.height = iMainFrameSize+"px";