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, 11/12/2007 - 04:57
#1
smalltalk80
Joined:
12/11/2007
Posts:
3
Focus problem (bug?) when hiding/showing the editor
this simple webpage
Tue, 11/13/2007 - 17:53
#2
isle4
Joined:
13/11/2007
Posts:
1
Re: Focus problem (bug?) when hiding/showing the editor
try this.
try {
var oEditor = FCKeditorAPI.GetInstance('editor') ;
oEditor.MakeEditable();
} catch(e) {}
Good luck!
Sat, 11/17/2007 - 05:36
#3
smalltalk80
Joined:
12/11/2007
Posts:
3
Re: Focus problem (bug?) when hiding/showing the editor
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Focus problem (bug?) when hiding/showing the editor
try {
var oEditor = FCKeditorAPI.GetInstance('editor') ;
oEditor.MakeEditable();
} catch(e) {}
Good luck!
Re: Focus problem (bug?) when hiding/showing the editor