Bug 55741 - TextEdit widget in KBabel does not follow Text Cursor
Summary: TextEdit widget in KBabel does not follow Text Cursor
Status: RESOLVED FIXED
Alias: None
Product: kbabel
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Stanislav Visnovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-09 14:13 UTC by Filippos Papadopoulos
Modified: 2003-04-22 19:48 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 Filippos Papadopoulos 2003-03-09 14:13:28 UTC
Version:           1.1 (using KDE 3.1.0)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

Hi.
When i write long lines of text into the 'TextEdit widget'
(msgstr) , i cant see what i am typing.It is something like "The TextEdit widget does not follow the position of the Text Cursor".
As i saw this bug may have some similarities with the following bug :
"""Bug 53832: Word wrap in message field """"
Comment 1 Stanislav Visnovsky 2003-04-22 19:48:52 UTC
Subject: kdesdk/kbabel/kbabel

CVS commit by nanulo: 

Ensure cursor is visible after highlighting.

CCMAIL: 55741-done@bugs.kde.org


  M +96 -95    kbhighlighting.cpp   1.6


--- kdesdk/kbabel/kbabel/kbhighlighting.cpp  #1.5:1.6
@@ -136,4 +136,5 @@ void KBabelHighlighter::highlight( )
   _edit->blockSignals( false );
   _edit->updateContents( );
+  _edit->ensureCursorVisible();
 }