Bug 223464

Summary: Right-clicking selects text
Product: [Applications] kdepim Reporter: Thomas McGuire <mcguire>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: akonadi-ports-regression
Priority: NOR    
Version: 4.5   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    

Description Thomas McGuire 2010-01-19 21:13:40 UTC
When right-clicking somewhere in the message viewer, the word under the cursor is selected. This should not happen
Comment 1 Torgny Nyblom 2010-01-20 20:04:51 UTC
This seems to be a (Q)WebKit feature.
If anyone can find a way to disable please to tell.
Comment 2 Thomas McGuire 2010-01-22 17:35:42 UTC
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.
Comment 3 Thomas McGuire 2010-01-22 23:40:21 UTC
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