Bug 154012

Summary: konsole still underlines empty space in link after I deleted some chars with backspace
Product: [Applications] konsole Reporter: Dmitry Suzdalev <dimsuz>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: minor CC: khindenburg
Priority: LO    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dmitry Suzdalev 2007-12-14 10:45:13 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

How to reproduce:

1. Type some link in konsole. E.g. "http://www.kde.org"
2. Hover it with a mouse => it'll be underlined
3. Do not move mouse away and erase part of the link with backspace
4. There you have it: "http://www.kde.___"

Obviously it should forget underlined attribute for those erased chars :)
Comment 1 Robert Knight 2007-12-16 05:46:51 UTC
Confirmed.  The reason for this bug is that the information about 'hot spots' (areas of the display containing text of interest) is not updated, for performance reasons, until the mouse is moved after a change in the display's contents.
Comment 2 Kurt Hindenburg 2009-01-04 01:38:09 UTC

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