Bug #21418
closedRTE sometimes not loading
0%
Description
I have this issue spontanously on trunk version. All is standard, nothing special configured, no extra tsConfig, just the setting from default install.
"The editor is being loaded. Please wait..."
when i switch to fullsceen then RTE loads, switching back the same error again.
found this error:
editor.getPluginInstance("Default") is null
cleanLater()("data[tt_content]184[bodytext]")DefaultC...b35df9.js (Linie 175)
(?)()htmlarea...2cbbd5.js (Linie 311)
[Break on this error] editor.getPluginInstance("Default").clean();
(issue imported from #M12425)
Updated by Stanislas Rolland about 15 years ago
The reported js error is corrected by trunk revision 6312 (see #12439).
However, I would be surprised that it would fix the loading issue. Please re-test after updating from current trunk and clearing RTE and browser cache.
Updated by Steffen Kamper about 15 years ago
Hi Stan,
i tested with your fix and problem seems to be gone. I think it was dependend to having something in clipboard. my impression is that RTE is loading a way faster now, all works fine. I close this bug for now, will reopen if error appears again, thanks for fixing!