Bug #18586
closededitpanel and hardcoded width and height for PopUp
100%
Description
width and height of the EditPanel PopUp for Frontend Editiing are hardcoded in
class.tslib_content.php in function editPanelLinkWrap_doWrap()
maybe its possible to set it with USER or PAGE TSconfig for more flexibility, because the standard width and height are to small.
with the possiblity of $GLOBALS['BE_USER']->uc['edit_wideDocument'] its to small too.
sorry for my english ;)
(issue imported from #M8059)
Updated by Alexander Opitz almost 12 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Sven Juergens almost 12 years ago
Yes, it's still there.
But now the file is part of sysext "feedit" in function editPanelLinkWrap_doWrap() you got a PopUp with width=540 and height=400 to edit the Content.
Updated by Alexander Opitz almost 12 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber about 10 years ago
- Target version set to 8 LTS
- Is Regression set to No
Updated by Riccardo De Contardi over 9 years ago
in version 7 width and height are increased (width=690,height=500) but still hardcoded.
Updated by Riccardo De Contardi over 9 years ago
- Category set to Backend User Interface
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46483
Updated by Wouter Wolters almost 9 years ago
- Status changed from Under Review to New
Updated by Gerrit Code Review over 8 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/48617
Updated by Georg Ringer over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset edddac4508d34ad338caf7379717348a8c1fd190.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed