Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Mon, 10/18/2004 - 13:22
#1
sf_tex
Joined:
06/05/2004
Posts:
13
Error: FCK.Focus is not a function
I get "Error: FCK.Focus is not a function" when using FF.
What have I done wrong?
Wed, 10/06/2004 - 04:25
#2
sf_tex
Joined:
06/05/2004
Posts:
13
RE: Error: FCK.Focus is not a function
I got rid of the error by calling
var oFCKeditor = new FCKeditor(editor);
instead of
var oFCKeditor1 = new FCKeditor(editor);
but i still have problems with the focus escpecially with the select fields. In FF I have to click twice to select them and in IE I have to hold my mouse button down while selecting a value otherwise it closes.
Mon, 10/18/2004 - 13:22
#3
jrf
Joined:
20/10/2004
Posts:
31
RE: Error: FCK.Focus is not a function
I has the same problem with the "FCK.Focus is not a function error" and got rid of it by setting :
$oFCKeditor->Config['StartupFocus'] = 'false' ;
instead of the default 'true'.
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: Error: FCK.Focus is not a function
var oFCKeditor = new FCKeditor(editor);
instead of
var oFCKeditor1 = new FCKeditor(editor);
but i still have problems with the focus escpecially with the select fields. In FF I have to click twice to select them and in IE I have to hold my mouse button down while selecting a value otherwise it closes.
RE: Error: FCK.Focus is not a function
$oFCKeditor->Config['StartupFocus'] = 'false' ;
instead of the default 'true'.