Bug 73689 - Drag and drop with the mouse cuts and pastes the right passage, but drops it to the wrong place
Summary: Drag and drop with the mouse cuts and pastes the right passage, but drops it ...
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
: 73742 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-28 16:51 UTC by sebastian rabus
Modified: 2004-01-30 23:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sebastian rabus 2004-01-28 16:51:12 UTC
Version:           1.6 (using KDE KDE 3.1.4)
Installed from:    Gentoo Packages
OS:          Linux

The bug appears, when you move a part of a text by drag and drop. The problem is, that the part you want to move is cut first and then pasted. so after cutting, the text (coming next) fills the place. That is why the text will be pasted to the wrong place.

E.g.: write the following in the editor
aabbccddeeffgghh
If you want to move "bbcc" between the e's by marking "bbcc" with the mouse, pressing (and holding) the left button, moving the cursour between the e's and releasing the left button, it results is:
aaddeeffgbbccghh
Although it should result in:
aaddebbcceffgghh

This problem does not appear, if you move a word from right to left ( in the same line).
It appears, if you move a word from left to right (in the same line). Additionally it does not have to be in the same line, but there should not be a linebreak (return) between the two places.
Comment 1 Jeroen Wijnhout 2004-01-28 20:26:43 UTC
Can't reproduce on KDE 3.2 (perhaps it is an KDE 3.1.x bug?). Anyway it is a Kate, issue so I'm handing it over to the Kate team.

best,
Jeroen
Comment 2 Jeroen Wijnhout 2004-01-29 09:45:40 UTC
*** Bug 73742 has been marked as a duplicate of this bug. ***
Comment 3 Christoph Cullmann 2004-01-30 23:29:19 UTC
fixed for 3.2, right