Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.9
-
None
-
Tested on
- Pixel 3a, Android 11 Beta
- Samsung Galaxy S7, Android 8.0
-
-
5f9591bde3 (qt/qtbase/dev) 5f9591bde3 (qt/tqtc-qtbase/dev) d9acc25af3 (qt/qtbase/6.4) d9acc25af3 (qt/tqtc-qtbase/6.4) c1479bb9a7 (qt/tqtc-qtbase/5.15) 44350cd8fd (qt/tqtc-qtbase/6.2) d9acc25af3 (qt/tqtc-qtbase/6.4.1)
Description
The following code will copy the content of the text edit twice into the system clipboard
text.selectAll(); text.copy(); text.deselect();
While using QClipboard via a C++ Helper class does work correctly.
I attached a sample application illustrating the problem.
Important for reproducing: This doesn't seem to happen in all text fields. E. g. I can reproduce it when pasting to Chrome's URL bar, but not if I paste the text into the google start page.
Attachments
Issue Links
- relates to
-
QTBUG-81687 Pasting text on android broken when copied from TextEdit
-
- In Progress
-