Actions
Bug #56018
closedAdding new IRRE element does strange things to the layout in chrome/chromium
Start date:
2014-02-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When you add a new image to an content element or some other new element to a IRRE field the current screen/frame gets transformed. See attachment.
This happens in Chrome and Chromium on Ubuntu. FF on Ubuntu doesn't have this problem.
This line is the problem but do not know how to fix this currently. Removing the lines prevents the browser problems but then we lose the scrollTo part.
/typo3/sysext/backend/Classes/Form/Element/InlineElement.php:1268
// Tell the browser to scroll to the newly created record $jsonArray['scriptCall'][] = 'Element.scrollTo(\'' . $objectId . '_div\');';
Files
Actions