Bug #17139
closedRichTextEditor doesn't work under Firefox 2.0.0.3 anymore
0%
Description
I updated Firefox from 2.0.0.2 to 2.0.0.3 (german) and the RTE doesn't work anymore.
It says: "Der Editor wird geladen. Bitte warten..."
It means: "The editor is loading. Please wait..."
My colleague tested it on his machine, too. And it doesn't work.
It generates a JavaScript error at
editor._hasPluginWithOnKeyPressHandler = false;
(issue imported from #M5270)
Updated by Staffan Ericsson over 17 years ago
Can confirm that. Got the same problem after updateing!
Updated by Jens Köster over 17 years ago
Can confirm that too in RTE 1.5.1. See https://bugzilla.mozilla.org/show_bug.cgi?id=374738
"It seems like the RTEarea1["editor"] property gets nulled somehow
accidentally, maybe in conjunction with the window.setTimeout() handling."
I can confirm that as well. My idea was, that it has to do with the variable scope of RTEarea1["editor"] because it is initialized very tricky. But so far I did not find a way to fix it.
Maybe someone feels inspired to contribute...
Updated by Oliver Hader over 17 years ago
Well, the strange thing is, that this behaviour changed in a (normally bugfixing) release of Firefox from 2.0.0.2 to 2.0.0.3. Thus, it is a FF issue. I'm going to close this bug-id, because it's a duplicate of #5266. Please continue there...