https://bugs.kde.org/show_bug.cgi?id=410951
--- Comment #12 from Christoph Cullmann <cullm...@kde.org> --- I just checked our code once more, we do: void KTextEditor::ViewPrivate::paste(const QString *textToPaste) { m_temporaryAutomaticInvocationDisabled = true; doc()->paste(this, textToPaste ? *textToPaste : QApplication::clipboard()->text(QClipboard::Clipboard)); m_temporaryAutomaticInvocationDisabled = false; } If Firefox messes up the text we get there, I am not aware of any fix that will not anger other people that want the text to be 1:1 pasted. I tend to close this as not a bug. -- You are receiving this mail because: You are watching all bug changes.