Bug #14728
closedRTE doesn't load in frontend editing mode
0%
Description
the message "The editor is being loaded. Please wait..." is displayed, but the editor is never loaded.
It just occurs when "editforms-on-page" is selected for the current user in the admin panel. Is this a known issue already? If yes, sorry...
The following JS errors occur (Firefox JS console):
Error: RTEarea[editornumber].editor has no properties
Source File: http://192.168.42.55/extdev/index.php?id=85
Line: 1069
Error: typo3LoadOnlyPlugin is not defined
Source File: http://192.168.42.55/extdev/index.php?id=85
Line: 538
Error: initEditor is not defined
Source File: http://192.168.42.55/extdev/index.php?id=85
Line: 970
Error: evalFunc.outputObjValue is not a function
Source File: http://192.168.42.55/extdev/index.php?id=85
Line: 1127
(issue imported from #M1069)
Updated by Stanislas Rolland over 19 years ago
I don't understand the scenario. Please explain how to set editforms-on-page for the current user.
Please specify on what OS and Browser version the problem is observed.
Please indicate also what version of the extension.
Updated by Sebastian Kurfuerst over 19 years ago
Sorry, I forgot to update the version of the extension to the newest one. Now everything works like a charm :) Thanks for your great work, Sebastian
PS: Editforms on page- Login as a backend user with admin panel enabled, go to the frontend, in the admin panel go to the "editing" section and switch on "display edit panels" and "editforms-on-page"