Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.4.0 RC1, 6.4.0
-
None
-
-
a51e7876b8 (qt/qtbase/dev) 1cb57091ac (qt/qtbase/6.4) 1cb57091ac (qt/tqtc-qtbase/6.4) a51e7876b8 (qt/tqtc-qtbase/dev)
Description
When you copy lines from a QTextEdit/QPlainTextEdit (e.g. via the context menu) and paste the clipboard in some other application, e.g. to the console or vim, the newlines got replaces by a unicode character.
I found that QTextEditMimeData now uses the QTextDocumentFragment::toRawText() to set the "plain" text where in older versions (6.3) QTextDocumentFragment::toPlainText() was used providing the desired results in other (non-qt?) programs.
Attachments
Issue Links
- resulted from
-
QTBUG-99572 Do not replace nbsp characters when creating text/plain mime data
- Closed