(*** This bug was imported into bugs.kde.org ***) Package: khtml Version: KDE 3.0.2 Severity: normal Installed from: NetBSD pkgsrc Compiler: Not Specified OS: NetBSD OS/Compiler notes: Not Specified (this is admittedly similar to existing reports) There are problems computing the width of subparts of full-justified texts. eg I have links set to show underline on hover; the left end of the link is placed ok but the right end tends to come up short (too far left). eg selecting justified text the pointer behaves as if it's further to the right than it is or as if the text is unjustified - find a line with wide spaces start a selection drag in the line below it and see how far to the left of the right margin you have to be before selection appears in the wide-spaced line. I hope that's not too confusing :) there are bits and pieces of HTML widget code that still assume the text is unjustified. (Submitted via bugs.kde.org)
I was going to report this bug too. The problem for me is that the justifying seems to only affect the actual text, but not the hyperlink activation space, so the hyperlink underlining is only where the text would have been had it not been justified. Also this means that the link only works where the unjustifies text would have been. My platform details are as follows: KDE Version: 4.0 (KDE 3.0.3) Application: HTML Viewer Component Operating System: Linux (i686) release 2.4.19-16mdk Compiler: gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) I include code that recreates this bug on my browser: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Quanta Plus"> <STYLE TYPE="text/css"> <!-- p { text-align: justify; } .test { font-family:verdana; font-size:13pt; color:#006699;} --> </STYLE> </head> <body> <p> <a href="nothing.html" class="test">This is a test of justified text to put into konqueror to see if the thing I think is wrong is wrong...</a> </p> </body> </html> Hope this helps. Damien Byrne AKA - Tsujigiri dabyrne@internode.on.net
Still happens with CVS.
*** Bug 59596 has been marked as a duplicate of this bug. ***
*** Bug 55495 has been marked as a duplicate of this bug. ***
*** Bug 42044 has been marked as a duplicate of this bug. ***
*** Bug 50683 has been marked as a duplicate of this bug. ***
Fixed as a byproduct of the caret mode commit
*** Bug 60065 has been marked as a duplicate of this bug. ***
It's written that this bug has been fixed however it's still there for 4.0 (kde 3.1.4) with gcc 3.3.1, self compiled, linux i686 2.4.22
Created attachment 16378 [details] TESTCASE showing bug Hello, this bug still exists. Strangely, it is made less serious if you insert random "<a href='#'> ... </a>" tags in the text. But the attachment (very simple HTML) shows that the bug is clearly still there. Using KDE 3.5.2, SuSE 10.0 RPMs on AMD x86 Jens
Yes, it regressed recently, but has fortunately already been fixed again.