Bug 427832

Summary: Clipboard problems in certain circumstances
Product: [Applications] klipper Reporter: Claudius Ellsel <claudius.ellsel>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bugseforuns
Priority: NOR Keywords: regression
Version: 5.20.0   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:

Description Claudius Ellsel 2020-10-16 19:27:31 UTC
SUMMARY
I noticed clipboard problems in some circumstances. Tested on Firefox and Chromium with slightly different symptoms.

STEPS TO REPRODUCE
1. Open Firefox
2. Type something in the address bar
3. Ctrl+A, Ctrl+C
4. Ctrl+T (to open a new tab)
5. Ctrl+V

OBSERVED RESULT
Nothing gets pasted

EXPECTED RESULT
The copied content should be pasted

- This also happens in this textbox for entering the bug report. If I copy content and try to paste it, nothing happens. If I copy it a second time, it works.

---

On Chromium the clipboard seems to be off by one - the previous copied content gets pasted, not the currently copied content:

1. Open Chromium
2. Type "test1" in the address bar
3. 3. Ctrl+A, Ctrl+C
4. Ctrl+T (to open a new tab)
2. Type "test1" in the address bar
3. 3. Ctrl+A, Ctrl+C
4. Ctrl+T (to open a new tab)
5. Ctrl+V

Result: "test1" gets pasted, not the more recent "test2". - Currently I cannot reproduce that and instead some other even more weird behavior happens on Chromium.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.0
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.1
Kernel Version: 5.8.14-1-MANJARO
OS Type: 64-bit
Processors: 4 × Intel® Xeon® CPU E3-1225 v3 @ 3.20GHz
Memory: 11.6 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics P4600/P4700

ADDITIONAL INFORMATION
Happening on Wayland.

Not sure whether the product is correct. Please move if you know the correct product.
Comment 1 Claudius Ellsel 2020-10-16 19:32:01 UTC
I made some copy paste (lol) mistakes for the Chromium section. The correct one is:

1. Open Chromium
2. Type "test1" in the address bar
3. Ctrl+A, Ctrl+C
4. Ctrl+T (to open a new tab)
5. Type "test2" in the address bar
6. Ctrl+A, Ctrl+C
7. Ctrl+T (to open a new tab)
8. Ctrl+V

Result: "test1" gets pasted, not the more recent "test2". - Currently I cannot reproduce that and instead some other even more weird behavior happens on Chromium.
Comment 2 Patrick Silva 2020-10-16 23:22:07 UTC
it seems dupe of bug 424754
Comment 3 Claudius Ellsel 2020-10-17 13:42:33 UTC

*** This bug has been marked as a duplicate of bug 424754 ***
Comment 4 Claudius Ellsel 2020-10-17 13:42:51 UTC
(In reply to Patrick Silva from comment #2)
> it seems dupe of bug 424754

Thanks for the hint!