Bug #20048
closedFind & replace sometimes leaves marks in the content
0%
Description
Sometimes when I do a "Find & replace" over a text element, I will end up with <span id="frmark_X"> around the replaced text. I assume these are used for highlighting in the editor but should not get saved.
(issue imported from #M10482)
Files
Updated by Stanislas Rolland almost 16 years ago
The problem may arise when the replace operation is not completed and the window is closed using the escape key or the window's closing handle.
Please test the attached patch. You need to delete all files in typo3temp/rtehtmlarea and clear the browser cache after applying the patch and before testing.
Updated by Stanislas Rolland almost 16 years ago
The first version of the patch was solving the issue in Firefox and IE, but not in Safari and Opera. The second version should work in all browsers.
Updated by Stanislas Rolland almost 16 years ago
Committed to SVN TYPO3core trunk (revision 5038) and branch TYPO3_4-2 (revision 5037).