Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.2
-
None
Description
tldr: see attached testcase
Steps to reproduce:
- create a QPlainTextEdit
- set text with more than one line, for example: "line1\nline2"
- move the text cursor to the end of the first line
- press del to remove the line break
Expected result:
- the first line QTextBlock::revision() before and after removing the line break differ
Current result:
- the first line QTextBlock::revision() before and after removing the line break is identical
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-29331 Indentation may break when joining lines with Del
-
- Closed
-
- is required for
-
QTCREATORBUG-25567 trailing whitespace not removed in corner case
-
- Open
-