It would be great if you could add the ability to select "copy" when selecting text in a received message when right clicking the selected text, so users that prefer or can only use mouse can easily copy text from received mail. Reproducible: Always
Patches welcome. I suspect that a big problem is that the selection get cleared (both on Qt4 and Qt5) on right mouse click, so I don't think that simply adding a correct webview-provided QAction will do the trick :(. Ctrl-C works anyway.
(In reply to Jan Kundrát from comment #1) > Patches welcome. I suspect that a big problem is that the selection get > cleared (both on Qt4 and Qt5) on right mouse click ???? Not here. The widget turns inactive (the selection is greyed out), but that should be no problem. (Though one must click the selected area)
> (Though one must click the selected area) Ah, that was the catch. Would be nice to disable that, eh, "feature".
https://gerrit.vesnicky.cesnet.cz/r/454
Git commit 88473e24e3761e4229a16e2f23f9cda3be18c032 by Jan Kundrát. Committed on 12/05/2015 at 21:55. Pushed by gerrit into branch 'master'. GUI: Add "copy" action to the message viewer's context menu Change-Id: Ia69af94f37fbea67759aff937e43295a7580bb04 M +1 -0 src/Gui/MessageView.cpp http://commits.kde.org/trojita/88473e24e3761e4229a16e2f23f9cda3be18c032
*** Bug 358355 has been marked as a duplicate of this bug. ***