Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.1.0 Beta 1
-
Fix Version/s: 5.1.0 RC1
-
Component/s: Core: Other
-
Labels:None
-
Environment:Tested on Ubuntu
-
Commits:964be004033ea84dd4b8cbef53c4660b714dde09
Description
This regression was introduced by https://codereview.qt-project.org/#change,47135 Reverting this change fixes the issue.
Steps to reproduce:
1) Compile and run the following test code:
QTextEdit pedit; pedit.show();
2) Copy some text into the clipboard (for example from "greek.html" or any other text from internet browser).
3) Paste the contents of clipboard into the test application.
EXPECTED:
You see the text which was copied into the clipboard at the step 2.
ACTUAL:
See "greek.png" or "text_from_firefox.png"