Project

General

Profile

Actions

Bug #35834

closed

Frontend Editing with RTE not working in Iceweasel 3.5.16

Added by TO_Webmaster no-lastname-given about 12 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-04-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

Updated by Susanne Moog about 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.

Actions #2

Updated by TO_Webmaster no-lastname-given about 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.

Actions #3

Updated by Alexander Opitz over 10 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?

Actions #4

Updated by Markus Klein over 10 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.

Actions

Also available in: Atom PDF