Hello!
I was just wondering if I'm the only one having difficulties with the "autogrow" plugin.
Autogrow was sometimes buggy in 2.6.0, more buggy in 2.6.1 and now does not work at all in 2.6.2.
IE : the plugins has no effect at all.
FF : does not grow but makes the textarea flicker from top to bottom.
I've tried it with a minimum configuration (using the _samples files).
FCKConfig.PluginsPath = FCKConfig.BasePath+'plugins/'; FCKConfig.Plugins.Add( 'autogrow' ) ; FCKConfig.AutoGrowMax = 800 ;
Am I the only one on earth having this problem ?
Thanks for any help.
Re: Autogrow plugin is not working FF / IE
Hello,
have same Problem and amek small patch in editor/plugins/autogrow/fckplugin.js
goto to line 65:
old:
"
"
new:
Now works autogrow in IE and FF!
Re: Autogrow plugin is not working FF / IE
Re: Autogrow plugin is not working FF / IE
fckplugins.js, lines 65-66:
window.frameElement.height = iMainFrameSize;
window.frameElement.style.height = iMainFrameSize+"px";
The full function:
Re: Autogrow plugin is not working FF / IE
i use php version of fckeditor and when i deleted line 'height' from fckeditor_php5.php file it started to work in ff3, ie7, ie6, but it's still not working in opera.
Re: Autogrow plugin is not working FF / IE
When I paste code from this topic, texarea scrollbar jump after each 3 click.