After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 104950 - Right-click unselects text if you click outside the selection
Right-click unselects text if you click outside the selection
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.1.x
Other other
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2003-01-31 23:19 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
Patch against HEAD (1.50 KB, patch)
2003-06-29 11:53 UTC, Jian He
none Details | Review

Description Havoc Pennington 2003-01-31 23:19:17 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
Comment 1 Jian He 2003-06-29 11:53:53 UTC
Created attachment 17888 [details] [review]
Patch against HEAD
Comment 2 Jian He 2003-06-29 12:08:16 UTC
right-clicks move cursor may make some confusion. the patch delete
removes the right-clicks signal.
Comment 3 Paolo Maggi 2003-06-30 07:59:51 UTC
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?
Comment 4 Jian He 2003-06-30 12:25:47 UTC
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.
Comment 5 Paolo Maggi 2004-01-09 10:10:27 UTC
The patch does not work for me in some cases
Comment 6 Paolo Maggi 2004-03-05 21:24:36 UTC
Fixed in CVS HEAD.