Bug 22137 - insert/overtype
Summary: insert/overtype
Status: RESOLVED FIXED
Alias: None
Product: kedit
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Bernd Wuebben
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-11 21:03 UTC by peter
Modified: 2003-07-01 01:42 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 peter 2001-03-11 21:02:36 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kedit
Version:           KDE 2.1.0 
Severity:          normal
Installed from:    Linux-Mandrake 7.2 (unsupported)
Compiler:          gcc version 2.95.3 19991030 (prerelease)
OS:                Linux 2.2.17-21mdk i686
OS/Compiler notes: 

Insert key has no response in kedit.  There is apparently no way to overtype.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Aaron J. Seigo 2003-07-01 00:33:51 UTC
this is due to limitations in (the now deprecated) QMultiLineEdit. this likely won't be 
fixed/fixable until KDE4 (due to binary compatibility issues) when keditcl either is 
removed completely or ported to use the new and improved QTextEdit.  
Comment 2 Aaron J. Seigo 2003-07-01 01:42:00 UTC
ok, i lied horribly and completely. this is now fixed in CVS. thanks to SadEagle for 
pointing out the mysteries of QMultiLineEdit's deprecated API =))