Actions
Bug #67191
closedDebug bar covers content frame
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-05-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The current implementation of the debug section covers the content frame in the z-axis.
Preferred behavior is to position the debug frame besides / below the content frame so that the content frame is not covered.
Updated by Riccardo De Contardi over 5 years ago
The topic here is about the output of <f:debug>
? As far as I can see, on version 9 it does not have position:absolute
or am I wrong?
Updated by Susanne Moog over 4 years ago
- Status changed from Accepted to Closed
I'm guessing by the age of the ticket and the wording that this is about the debug console that appears when you use TYPO3s "old school" global debug function (or in JavaScript: `top.TYPO3.DebugConsole.add('hello', 'world', 'aha');`)
I don't know how that looked back then, but currently it's possible to minimize the bar to avoid it overlapping the content - that's good enough I think.
Actions