Summary: | x-range mismatches with justified text | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Hume Smith <hclsmith> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andreaswieland, jens-bugs.kde.org, jim, luke-jr+kdebugs, webmaster |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | NetBSD pkgsrc | ||
OS: | NetBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | TESTCASE showing bug |
Description
Hume Smith
2002-08-07 16:51:11 UTC
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. |