Bug #19277
closedIncorrect size of htmlArea RTE dialogue windows in Google Chrome browser
0%
Description
"RTEhtmlarea doesn't work in Google Chrome browser", says the reporter...
Support for Safari was added in TYPO3 4.2. Therefore, Google Chrome should work also with TYPO3 4.2.
(issue imported from #M9277)
Files
Updated by Stanislas Rolland about 16 years ago
With what version of the RTE?
Google Chrome is just some different chrome over Apple's engine Webkit used in Safari.
Using current TYPO3 trunk, I see all features working correctly, even inserting ridiculous Apple styles... The only problem I see is the re-sizing of the dialogue windows which does not seem to work correctly in that browser.
Updated by Stanislas Rolland about 16 years ago
I think the problem is due to the following bug with resizeBy in Google Chrome:
http://code.google.com/p/chromium/issues/detail?id=1107
and maybe to other bugs in this browser: moving the window changes its size....
Updated by Stanislas Rolland about 16 years ago
The attached patch will disable resizing and centering of RTE windows in Google Chrome. As of bulild 1798, window methods resizeTo and moveTo give unpredictable and erratic results, the resulting window being most of the time simply collapsed.
The patch also revises the resizing algorithm so that resizing should be more accurate in Safari and Firefox3. Firefox method sizeToContent() does not work very well anymore since Firefox 3.
Updated by Stanislas Rolland about 16 years ago
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4101) and trunk (revision 4103).