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 76676 - drag selection at the end of the text erases selection
drag selection at the end of the text erases selection
Status: RESOLVED DUPLICATE of bug 92768
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
2.0.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-03-27 18:18 UTC by Nicolas Setton
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Setton 2002-03-27 18:18:22 UTC
Hello,



 Here is how to reproduce this one:

 

    run testtext,

    type a few lines of text

    select some text (your selection must go to the end of the text)

    then drag your selection and try to drop it at the very end of your text: the selection is removed.



 Nico, for the GtkAda team.
Comment 1 Havoc Pennington 2002-04-29 20:10:06 UTC
I think what happens is that you drag the selection to the spot right
after itself, which has no visible effect except for removing the
selection.

Maybe dragging something to the spot right after itself should be
disallowed in drag_motion?
Comment 2 Arnaud Charlet 2002-05-03 16:36:02 UTC
<<Maybe dragging something to the spot right after itself should be
  disallowed in drag_motion?>>

Sounds right to me.

Arno
Comment 3 Owen Taylor 2002-06-14 15:30:51 UTC
Move GtkTextView 2.0.4 bugs to 2.0.5
Comment 4 Matthias Clasen 2002-11-21 19:00:05 UTC
Moving bugs from older 2.0.x milestones to 2.0.10.
Comment 5 Matthias Clasen 2002-12-26 20:19:55 UTC

*** This bug has been marked as a duplicate of 92768 ***