Bug #19322
htmlArea RTE: Enable resizing of acronym dialogue window in IE
| Status: | Resolved | Start date: | 2008-09-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | ||||
| Votes: | 0 |
Description
Currenlty, the acronym dialogue window is never resized in IE.
(issue imported from #M9339)
History
Updated by Stanislas Rolland over 4 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 over 4 years ago
Committed to SVN TYPO3core trunk (revision 4105) and branch TYPO3_4-2 (revision 4106).