Bug 105490

Summary: when <wbr> tag appears inside <a>html link</a> the closing tag </a> is ignored
Product: [Applications] konqueror Reporter: Ilia K. <mail4ilia>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***