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
Updated by swanage no-lastname-given over 6 years ago
- Related to Bug #84264: Backend not scrollable added
Updated by Riccardo De Contardi over 6 years ago
- Related to Task #84522: Fix for Backend not scrollable added
Updated by Riccardo De Contardi over 6 years ago
- Category set to Backend User Interface
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
Thanks for creating this issue. As this only occurs during debugging I don't see the need for changing the current styling. As alternatives you can use
- open the right frame in a new window and scrolling works there
- use a better debugging tool like xdebug
Actions