| Summary: | Right-clicking selects text | ||
|---|---|---|---|
| Product: | [Applications] kdepim | Reporter: | Thomas McGuire <mcguire> |
| Component: | messageviewer | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | akonadi-ports-regression |
| Priority: | NOR | ||
| Version First Reported In: | 4.5 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 223438 | ||
|
Description
Thomas McGuire
2010-01-19 21:13:40 UTC
This seems to be a (Q)WebKit feature. If anyone can find a way to disable please to tell. Interesting side-effect: Right-clicking a mailto url in the header and then using "reply to" in the context menu will create a reply that doesn't quote the text, as the url is selected. SVN commit 1078813 by tmcguire: Don't automatically select text when right-clicking in the mail viewer. Since QWebView provides no way to disable this, we eat the context menu event. BUG: 223464 M +15 -5 mailwebview.cpp M +1 -1 mailwebview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1078813 |