Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.4.0, 4.4.1, 4.4.2, 4.4.3, 4.5.0, 4.5.1, 4.5.2, 4.5.3
-
None
Description
Copying, pasting and undo paragraphs has inconsistant behaviour in QTextEdit when the actions are repeated more than once in the same document.
Can be reproduced like this:
1. Run demos/textedit and create new document.
2. Type two paragraphs like:
aaa
bbb
3. Copy these paragraphs.
4. Paste them at the end of second paragraph and press Enter.
5. Now we have four paragraphs like:
aaa
bbbaaa
bbb
(empty paragraph)
6. Press undo (1), undo (2).
7. Remove everything and repeat the actions in the same document.