[TYPO3-core] RFC #14555: early thrown debug messages are not visible (BE only)
Stefan Galinski
sgalinski at df.eu
Mon Jun 7 12:49:41 CEST 2010
REMINDER
Stefan Galinski wrote:
> Hi,
>
> This is a SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=14553
>
> Branches: trunk
>
> 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.
>
--
Stefan Galinski
More information about the TYPO3-team-core
mailing list