Bug #16507
closedPasting content on RTE moves cursor to the top of the text
0%
Description
When you paste any content in the RTE the cursor moves to the very first character on the RTE.
- Tried on Firefox 1.5.0.1 PC and rte_htmlarea 1.3.7
(issue imported from #M4121)
Files
Updated by Thomas Schröder almost 18 years ago
Confirmed with TYPO3 4.0.1, rtehtmlarea 1.4.2 and Firefox 2.0.0.1.
Strange: the same RTE places the cursor when you paste at the very end of the context in IE 6.
Updated by Alexander Reinhard almost 17 years ago
Confirmed with TYPO3 4.1.5, rtehtmlarea 1.5.5 and Firefox 2.0.0.11 and 3b1
Updated by Stanislas Rolland almost 17 years ago
This happens when RTE.default.enableWordClean = 1
and a HTMLparser configuration is provided:
RTE.default.enableWordClean.HTMLparser = 1
On paste, the whole content is sent to the server to be parse and cleaned.
In the process, cursor position is lost...
If you set
RTE.default.enableWordClean.HTMLparser >
I think the cursor position should not be lost.
Updated by Stanislas Rolland over 16 years ago
Fixed in SVN TYPO3core branch TYPO3_4-2 revision 3328.