Bug 73742

Summary: dragging marked text forward inserts text at wrong position
Product: [Applications] kate Reporter: Kai Kapp <Kai.Kapp>
Component: partAssignee: Jeroen Wijnhout <spam>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***