Ticket #2350 (new Bug)

Opened 5 months ago

Last modified 4 months ago

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

Changed 4 months ago by alfonsoml

  • keywords HasPatch added; autogrow removed

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";

Note: See TracTickets for help on using tickets.