Hi to all, I have a big problem with fckeditor - I noticed that when I hide the editor by "display:none" on the <div> block,that I use and after that show the editor, it has lost its focus and I can't write in it anymore. This can be seen even in '_testcases/004.html' example from the real editor distribution(FCKeditor_2.0).This doesn't happen under IE, but under Firefox it does. i tried to use the Focus() method but it doesn't work.I will be very happy if someone has found a solution to this problem, I already searched the net and forums for a solution, but I couldn't find it.
Sat, 10/08/2005 - 12:07
#1
RE: Lost focus in Firefox in 'show/hide' exam
It is as if the click event is going to the wrong div/frame
I have also installed the just-released FCKeditor_2.1, but it is the same.