Project

General

Profile

Actions

Bug #84263

closed

Backend Content not scrollable if only DebuggerUtility::var_dump

Added by Sylvia Moschner about 6 years ago. Updated about 4 years ago.

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

debuggerutility.png (96.2 KB) debuggerutility.png Sylvia Moschner, 2018-03-14 14:26

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #84264: Backend not scrollableClosed2018-03-14

Actions
Related to TYPO3 Core - Task #84522: Fix for Backend not scrollableClosed2018-03-23

Actions
Actions #1

Updated by swanage no-lastname-given about 6 years ago

  • Related to Bug #84264: Backend not scrollable added
Actions #2

Updated by Riccardo De Contardi almost 6 years ago

  • Related to Task #84522: Fix for Backend not scrollable added
Actions #3

Updated by Riccardo De Contardi almost 6 years ago

  • Category set to Backend User Interface
Actions #4

Updated by Georg Ringer about 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

Also available in: Atom PDF