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 349482 - can't drag and drop a piece of text adjacent to itself
can't drag and drop a piece of text adjacent to itself
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other Linux
: Normal normal
: Small feature
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-31 21:15 UTC by Joachim Noreiko
Modified: 2016-05-24 11:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Joachim Noreiko 2006-07-31 21:15:17 UTC
If I select the text "bar", I can't use drag and drop to move or copy it to its endpoint.
For example, I can't use drag and drop copy to turn "bar" into "barbar".

This behaviour is desirable when copying entire lines and paragraphs with the final newline as part of the selection. For example, working with DocBook, I want to duplicate an entire <listitem> block.
Comment 1 Matthias Clasen 2006-08-05 18:56:31 UTC
This is not entirely trivial to implement, since we need to preserve the drop-into-selection-to-replace behaviour.