Bug 79686 - links not displayed correctly if unknown tags inside
Summary: links not displayed correctly if unknown tags inside
Status: RESOLVED DUPLICATE of bug 101678
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 12:12 UTC by Roman Kalukiewicz
Modified: 2005-06-16 23:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase from above for lazy people like me (164 bytes, text/html)
2005-04-19 07:48 UTC, lexual
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Kalukiewicz 2004-04-15 12:12:38 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    Debian testing/unstable Packages

I found error in displaying: http://www.idg.pl/news/65649.html

They used <wbr> tag to enforce word breaking in URL lines (I don't know if it is standard HTML tag, or it is only way to enforce word breaking by including unknown tag).

You can see the same behaviour with such page:

<html>
<body>
aaaaaaaaaaaaaaaaaaaaa
<a href="http://foo.bar/qwerty">foo.bar<wbr>/<wbr>qwerty</a>
one two three
</body>
</html>

where "one two three" is underlined like it would be the part of original <a> tag.

Maybe it's fault of author of this page (strange <wbr> tag) but I think such tags should be ignored (Mozilla handles this page correctly).

The same situation with known <br> instead of <wbr> works fine.
Comment 1 lexual 2005-04-19 07:48:13 UTC
Created attachment 10705 [details]
testcase from above for lazy people like me
Comment 2 lexual 2005-04-19 07:52:36 UTC
confirming for 3.4.0
shouldn't mess up the <a> tag.
Comment 3 Maksim Orlovich 2005-06-16 23:23:12 UTC
<wbr> is a real tag, BTW

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