Bug 105490 - when <wbr> tag appears inside <a>html link</a> the closing tag </a> is ignored
Summary: when <wbr> tag appears inside <a>html link</a> the closing tag </a> is ignored
Status: RESOLVED DUPLICATE of bug 101678
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 00:23 UTC by Ilia K.
Modified: 2005-05-12 01:14 UTC (History)
0 users

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 Ilia K. 2005-05-12 00:23:16 UTC
Version:           3.4.0 (using KDE 3.4.0, ALT Linux)
Compiler:          gcc version 3.4.3 20050314 (ALT Linux, build 3.4.3-alt6)
OS:                Linux (i686) release 2.6.11-std26-up-alt6

If <wbr> tag appears inside a text for html link, konqueror ignores closing </a> tag and renders all text until (not sure here) end of page/table/next link, like if it all was a long text for link. A short example:

<html>
    <body>
        <a href="/">This is<wbr> a link.</a>
        And this is not a link
    </body>
</html>

Konqueror renders it like:
<a href="/">This is a link. And this is not a link</a>

Also gmail users may notice it, if they get link in the email.
Comment 1 Maksim Orlovich 2005-05-12 01:14:34 UTC

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