Bug 173588 - Wide characters in links are not underlined properly
Summary: Wide characters in links are not underlined properly
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 13:01 UTC by Miikka Salminen
Modified: 2009-01-06 11:56 UTC (History)
2 users (show)

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 Miikka Salminen 2008-10-26 13:01:28 UTC
Version:            (using KDE 4.1.2)
OS:                Linux
Installed from:    Ubuntu Packages

Only about half of wide characters in links in Konsole are underlined. Try reproducing by pasting e.g. some Japanese Wikipedia links in Konsole.
Comment 1 Dario Andres 2008-10-26 15:46:00 UTC
Here:
Konsole
Version 2.1
Using KDE 4.1.2 (KDE 4.1.2) (KDEmod) in ArchLinux i686:

I can reproduce this behaviour . May be this is related to bug 154689 ? 
Comment 2 Dario Andres 2008-12-26 15:12:16 UTC
I can still reproduce it using:

Qt: 4.4.3
KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221))
kdelibs svn rev. 901624 / kdebase svn rev. 901624
on ArchLinux x86_64 - Kernel 2.6.27.10
Comment 3 Wang Hoi 2009-01-06 11:56:37 UTC
it's fixed by using string_width(...) to calculate the length of the url which contains wide charaters correctly.