Actions
Bug #22777
closedearly thrown debug messages are not visible (BE only)
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
Actions