GNOME Bugzilla – Bug 76676
drag selection at the end of the text erases selection
Last modified: 2011-02-04 16:11:56 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.
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?
<<Maybe dragging something to the spot right after itself should be disallowed in drag_motion?>> Sounds right to me. Arno
Move GtkTextView 2.0.4 bugs to 2.0.5
Moving bugs from older 2.0.x milestones to 2.0.10.
*** This bug has been marked as a duplicate of 92768 ***