https://bugs.kde.org/show_bug.cgi?id=486656
Sven Brauch <m...@svenbrauch.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@svenbrauch.de --- Comment #2 from Sven Brauch <m...@svenbrauch.de> --- Maybe the issue here is rather that text is copied to the wrong clipboard? I think the expected behaviour on unix-like systems would be copying the text to the `QClipboard::Selection` clipboard, but instead this code uses `QTextEdit::copy()` which apparently copies to `QClipboard::Clipboard`. As far as I'm aware the "selection" clipboard (which is pasted with MMB) doesn't usually have a history, so the flooding also shouldn't matter. -- You are receiving this mail because: You are watching all bug changes.