Bug 73742 - dragging marked text forward inserts text at wrong position
Summary: dragging marked text forward inserts text at wrong position
Status: RESOLVED DUPLICATE of bug 73689
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Jeroen Wijnhout
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 09:36 UTC by Kai Kapp
Modified: 2004-01-29 09:45 UTC (History)
0 users

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 Kai Kapp 2004-01-29 09:36:28 UTC
Version:           1.6 (using KDE 3.1.4)
Installed from:    SuSE
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-166-athlon

Whenever I mark a text block and want to move it forward within the latex code it inserts the text at the wrong position. Actually the movement is probably performed the following way:

1st the goal of the movement is remembered (line x col y).
2nd the block is cut from the old position
3rd the block is inserted at the remembered position. And THIS is wrong!

Since the block is cut from the old position, the text behind the old block is moved to the left! So the goal of the block movement changes as well. This is not considered.
Comment 1 Jeroen Wijnhout 2004-01-29 09:45:38 UTC
I think this is fixed for KDE 3.2, haven't tested with KDE 3.1.x yet.best,Jeroen

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