Actions
Bug #84263
closedBackend Content not scrollable if only DebuggerUtility::var_dump
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For testing I inserted a line like
DebuggerUtility::var_dump($this->myRepository->findAll());exit;
into my Backend controller. The Debugger output was shown as usually in TYPO3 8.7.10 but I don't have the scrollbars to go through the data (see screenshot - there are over 200 datasets).
I assume it has something to do with the scrolling="no" attribute in the iframe.
Files
Actions