Hi, I've just started using version 2.5.1 and noticed that the autogrow plug-in no longer works in Firefox (it's fine in IE)
Firefox returns
as identical
Anyone else experiencing this?
Firefox returns
FCK.EditorWindow.innerHeightand
FCK.EditorDocument.body.offsetHeight
as identical
Anyone else experiencing this?
Re: Autogrow not working in Firefox - Resolved
I had set the FCKConfig.BodyId and FCKConfig.BodyClass in the fckconfig file, but hadn't set any height property for the body in my style sheet.
Expressly setting the height style of the body element to auto did the trick.
Example:
In the config file -
In my style sheet -
Hope this helps anyone else with the same issue.