Bug #35834
closedFrontend Editing with RTE not working in Iceweasel 3.5.16
0%
Description
When trying to edit content using FE editing and RTE, the Editor says: "The editor is being loaded. Please wait...". The editor does not appear.
There is the following error: console[type] is not a function
It works fine when the Firebug JS Console is activated.
I know that this is an ancient browser but nevertheless I thougt that it might affect other configurations, too.
Updated by Susanne Moog over 12 years ago
- Status changed from New to Needs Feedback
Just tried it with Chrome, FF and Epiphany and can't reproduce the issue. By looking at the code you see that the RTE checks if console is defined and an object, so there should normally be no problem. If that is only an Iceweasel problem I'd say we can close this bug. Let's wait a bit and see whether others have that problem, too.
Updated by TO_Webmaster no-lastname-given over 12 years ago
I did some further tests. Couldn't reproduce it on Windows with Firefox 3.5.
For some reason, there is an empty console object in our Iceweasel (also when starting in safe mode).
It works fine, when I change
if (typeof(console) !== 'undefined' && typeof(console) === 'object')
in htmlarea.js to
if (typeof(console) !== 'undefined' && typeof(console) === 'object' && typeof(console[type]) !== 'undefined' && typeof(console[type]) === 'function')
I think these checks should always be done.
Updated by Alexander Opitz over 11 years ago
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1) or FF/Iceweasel?
Updated by Markus Klein almost 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback within the last 90 days => closing this ticket.
If you experience this issue again, please open a new ticket and add a relation to this ticket number.