Bug 183700 - URL remains bold after mouse is moved off it
Summary: URL remains bold after mouse is moved off it
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.8
Platform: Mandriva RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 17:15 UTC by Andrey Borzenkov
Modified: 2017-02-13 03:03 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Bold URLs in konsole (115.71 KB, image/png)
2009-02-08 17:17 UTC, Andrey Borzenkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Borzenkov 2009-02-08 17:15:35 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    Mandriva RPMs

When mouse is moved over URL, it becomes underlined and displayed in what looks like bold font.  When mouse is removed, underline is cleared as well, but bold sometimes remains.

Hmm ... I just realized that if URL spans multiple lines, only first line is displayed bold. This is basically the same bug as was fixed for underline.

See screen shot.
Comment 1 Andrey Borzenkov 2009-02-08 17:17:00 UTC
Created attachment 31127 [details]
Bold URLs in konsole
Comment 2 Robert Knight 2009-02-09 11:25:37 UTC
URLs are only supposed to be underlined.  Perhaps the problem is that the characters which make up the URL are being drawn more than once but not always at the same position making it look bold?  Also, is your prompt supposed to be bold?
Comment 3 Andrey Borzenkov 2009-02-09 17:59:10 UTC
Yes, prompt is supposed to be bold. As for URL - I really do not know.
Comment 4 Jekyll Wu 2012-02-23 11:36:40 UTC
well, I can kind of reproduce this problem. 

1). create one text file which contains multiple URLs(one URL per line) and dump its contents 

2). move the mouse above the first URL. The first URL is underlined, but not bold.

3). move the mouse downwards to make sure the second URL is underlined. Now the first URL is no longer underlined, but it also becomes bold.

4). keep moving mouse downwards. It turns out that every previous URL becomes no-underlined but bold after the mouse is moved past it.
Comment 5 Adrián Chaves (Gallaecio) 2012-12-03 20:30:05 UTC
I’ve tried to reproduce it like this:

[gallaecio@afonsox ~]$ cd /home/gallaecio/proxectos/desenvolvemento/konsole/183700/
[gallaecio@afonsox 183700]$ echo "http://example.com
> http://example.com
> http://example.com
> http://example.com
> http://example.com
> http://example.com
> http://example.com" > test.txt
[gallaecio@afonsox 183700]$ cat test.txt 
http://example.com
http://example.com
http://example.com
http://example.com
http://example.com
http://example.com
http://example.com
[gallaecio@afonsox 183700]$ 

Playing to hover the URLs, everything seems to be OK.

However, I did reproduce what — assuming this bug was solved — can be the only remain of the bug. When I click a link (which, as expected, has no effect) and then I take the cursor down, so the clicked link is not focused anymore, the link over the clicked link gets bold, until it is hovered.

For example:

http://1.example.com
http://2.example.com
http://3.example.com

If I click 2, and then move the cursor to 3, 1 gets bold font until I hover it (1).