Using Firefox, the backspace key doesn't work, until you type some text.
I fixed this by uncommenting the two commented out lines in fck_1_gecko.js:
// On Gecko we must disable editing before setting the BODY innerHTML.
FCK.EditorDocument.designMode = 'off' ;
and
// On Gecko we must set the desingMode on again after setting the BODY innerHTML.
FCK.EditorDocument.designMode = 'on' ;
Does anyone know why these were commented out in the first place?
Thanks,
Tom
I fixed this by uncommenting the two commented out lines in fck_1_gecko.js:
// On Gecko we must disable editing before setting the BODY innerHTML.
FCK.EditorDocument.designMode = 'off' ;
and
// On Gecko we must set the desingMode on again after setting the BODY innerHTML.
FCK.EditorDocument.designMode = 'on' ;
Does anyone know why these were commented out in the first place?
Thanks,
Tom

RE: Fixing initially disabled backspace in Firefo
RE: Fixing initially disabled backspace in Firefo
RE: Fixing initially disabled backspace in Firefo
Um, this is kind of a stupid question, but I only see fck_1_gecko.js in the _source/internals directory, which isn't executed. How do I integrate that code into my working editor?
Thanks...
RE: Fixing initially disabled backspace in Firefo
RE: Fixing initially disabled backspace in Fi
RE: Fixing initially disabled backspace in Fi
https://sourceforge.net/tracker/index.p ... tid=543653
RE: Fixing initially disabled backspace in Fi