| Summary: | when <wbr> tag appears inside <a>html link</a> the closing tag </a> is ignored | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Ilia K. <mail4ilia> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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.