GNOME Bugzilla – Bug 104950
Right-click unselects text if you click outside the selection
Last modified: 2004-12-22 21:47:04 UTC
In gtk-demo, it seems that if you select some text, then click anywhere in the text widget, you get the right-click menu with cut/copy/paste. However in gedit, you must click inside the selection. Reported originally as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=83160
Created attachment 17888 [details] [review] Patch against HEAD
right-clicks move cursor may make some confusion. the patch delete removes the right-clicks signal.
I need that the right-clicks move the cursor for the spell checker plugin. Have you tested you patch using the automatic spell checking feature?
Thanks for your mentions. I have tested the patch for automatic spell checking, It has no problems. In Autocheck Spelling mode, the error word will red and underline. When I move cursor on error word and rightclick, menu contains Spelling Suggestions, when cursor on correct word, menu becomes normal. The only difference is cursor will not move on rightclick, I thiks this is the right solutions, and more clearly, and more easy to use.
The patch does not work for me in some cases
Fixed in CVS HEAD.