Project

General

Profile

Actions

Bug #16507

closed

Pasting content on RTE moves cursor to the top of the text

Added by Jose Antonio over 17 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-08-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

rtehtmlarea_bugfix_4121.patch (6.05 KB) rtehtmlarea_bugfix_4121.patch Administrator Admin, 2008-03-01 03:40

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #18853: Cursor go to the beginning of the paragraph after a copy pasteClosedStanislas Rolland2008-05-26

Actions
Actions #1

Updated by Thomas Schröder over 17 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.

Actions #2

Updated by Alexander Reinhard over 16 years ago

Confirmed with TYPO3 4.1.5, rtehtmlarea 1.5.5 and Firefox 2.0.0.11 and 3b1

Actions #3

Updated by Stanislas Rolland over 16 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.

Actions #4

Updated by Stanislas Rolland about 16 years ago

Fixed in SVN TYPO3core branch TYPO3_4-2 revision 3328.

Actions

Also available in: Atom PDF