Bug #56018
closedAdding new IRRE element does strange things to the layout in chrome/chromium
100%
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
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27655
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27655
Updated by Frans Saris almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4f69cd980593f80395689f2d4b0134ddabf24639.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed