Actions
Bug #19322
closedhtmlArea RTE: Enable resizing of acronym dialogue window in IE
Start date:
2008-09-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currenlty, the acronym dialogue window is never resized in IE.
(issue imported from #M9339)
Files
Updated by Stanislas Rolland about 16 years ago
Resizing was disabled in IE because the window did not resize correctly. The attached patch assigns the id "content" to the form contained in the window. This will allow to resize the window correctly, because resizing based on the size of this element gives better results in all browsers.
Updated by Stanislas Rolland about 16 years ago
Committed to SVN TYPO3core trunk (revision 4105) and branch TYPO3_4-2 (revision 4106).
Actions