Hi All,
We've been integrating FCKEditor 2.6.1 into our ColdFusion applications that run in FireFox 3.X and IE with no problems. Then the enterprise updated FireFox to ver 3.6 and FCKEditor stopped working. I've narrowed it down to the function FCKeditor_IsCompatibleBrowser() in fckutils.cfm. It looks at the user agent value (UAV) which is Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100115 Firefox/3.6 and tries to get a regular expression match using "gecko/(200[3-9][0-1][0-9][0-3][0-9])" which won't work as "2010" in the new UAV kills the deal. I've tried altering the regular expression so the new UAV will match. But, something else down the line still won't let the editor appear. The same page continues to work with IE however. Is there a fix for this? Is ColdFusion still supported in subsequent version of FCK/CKEditors?
We've been integrating FCKEditor 2.6.1 into our ColdFusion applications that run in FireFox 3.X and IE with no problems. Then the enterprise updated FireFox to ver 3.6 and FCKEditor stopped working. I've narrowed it down to the function FCKeditor_IsCompatibleBrowser() in fckutils.cfm. It looks at the user agent value (UAV) which is Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100115 Firefox/3.6 and tries to get a regular expression match using "gecko/(200[3-9][0-1][0-9][0-3][0-9])" which won't work as "2010" in the new UAV kills the deal. I've tried altering the regular expression so the new UAV will match. But, something else down the line still won't let the editor appear. The same page continues to work with IE however. Is there a fix for this? Is ColdFusion still supported in subsequent version of FCK/CKEditors?
Re: Problem With FCKEditor and FireFox 3.6