Actions
Bug #19707
closedIE jumps down to last RTE input
Start date:
2008-12-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In my extension with some RTE input fields, the Internet Explorer always gives the focus to the last RTE. So the page scrolls down automatically after loading.
It seems as the bug was already fixed in 1.4.0 of tx_rtehtmlarea (http://bugs.typo3.org/view.php?id=2026). When I install version 1.4.4 from repository, it works fine, but with the current version 1.7.5, this problem exists again.
(issue imported from #M9965)
Files
Updated by Stanislas Rolland almost 16 years ago
The attached patches for trunk and branch TYPO3 _4-2 fix the issue in IE7, FF3, Safari 3 and Opera 9.62. Focus will be set in the editing area of the first RTE instance.
Updated by Stanislas Rolland almost 16 years ago
Committed to SVN TYPO3core trunk (revision 4815) and branch TYPO3_4-2 (revision 4858).
Actions