Project

General

Profile

Actions

Bug #22777

closed

early thrown debug messages are not visible (BE only)

Added by Stefan Galinski over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-05-31
Due date:
% Done:

0%

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

Description

Problem:
If a debug message is thrown very early, it's hidden behind the viewport. This can happen if you try to debug something e.g. inside the backend.php.

Solution:
Use Ext.onReady to delay the output message until the BE is ready.

How To Reproduce:

1) Patch "test1" throws a debug message if the backend is loaded. After the patch it's shown inside the debug console. Before it was hidden behind the viewport.

2) Patch "test2" throws a debug message inside the show_items.php file. It's outputed directly into the browser, because it's the info popup for a data record without a viewport.

I have tested the patch in all browsers with several debug messages.
(issue imported from #M14555)


Files

14555_v1.diff (1.94 KB) 14555_v1.diff Administrator Admin, 2010-05-31 17:22
Actions #1

Updated by Steffen Kamper over 14 years ago

committed to trunk rev 7850

Actions

Also available in: Atom PDF