| Summary: | Be able to copy text from received messages with using right mouseclick | ||
|---|---|---|---|
| Product: | [Applications] trojita | Reporter: | Roberth Sjonøy <roberth.sjonoy> |
| Component: | Desktop GUI | Assignee: | Trojita default assignee <trojita-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | tl |
| Priority: | NOR | ||
| Version First Reported In: | 0.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/trojita/88473e24e3761e4229a16e2f23f9cda3be18c032 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Roberth Sjonøy
2015-05-12 17:08:57 UTC
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".
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. *** |