Project

General

Profile

Actions

Bug #25787

closed

Firebug Error handler is undefined in Backend

Added by Udo Leimberger about 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2011-04-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Using the backend while Firebug is active, the console shows error:

Handler is undefined in line 3966 in prototype.js

Quick fix:
Change line 3966 in typo3/contrib/prototype/prototype.js
From:
handler.call(element, event);

To:
if (handler) {
handler.call(element, event);
}


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #27838: Auto logoff caused by JS-Error: handler is undefinedClosed2011-07-05

Actions
Related to TYPO3 Core - Bug #30760: handler is undefined when resizing the backendClosedOliver Hader2011-10-11

Actions
Related to TYPO3 Core - Bug #24929: TYPO3.configuration is undefinedClosed2011-02-02

Actions
Actions

Also available in: Atom PDF