Bug 111097 - When clicking in a multi-line textedit widget, the cursor briefly appears at the beginning of the text.
Summary: When clicking in a multi-line textedit widget, the cursor briefly appears at ...
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 18:36 UTC by gambas
Modified: 2007-04-27 08:41 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 gambas 2005-08-19 18:36:15 UTC
Version:            (using KDE KDE 3.4.2)

This is far from being critical, when this is annoying as you might think that you are at the beginning of the text, and actually you are not, but you discover that too late (I mean after having started typing) as the cursor is blinking!
Comment 1 gambas 2005-12-30 21:45:30 UTC
The bug remains in KDE 3.5.
Comment 2 Philip Rodrigues 2006-09-05 23:56:43 UTC
Confirmed in 3.5 branch r575787. The cursor actually appears at the position it took most recently: eg,
1. Focus a multiline text widget. Put the cursor somewhere.
2. Unfocus the text widget. The cursor is no longer drawn
3. Refocus it by clicking somewhere on it (but not where the cursor was previously).
4. The cursor appears at the old position, then moves to the new.

The widget appears to be getting a setFocus call before the call to move the cursor. Perhaps this order needs to be reversed?
Comment 3 Tommi Tervo 2007-04-27 08:41:28 UTC
http://lists.kde.org/?l=kde-commits&m=117762428209903&w=2
Fixed in trunk, thanks Harri.