| Summary: | [test case] doesn't display HTML anchors in spans | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Jörg Afflerbach <nospam> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
it's a duplicate, but I'm too lazy to look for it |
Version: (using KDE KDE 3.1.4) Installed from: SuSE RPMs OS: Linux Konqueror/KHTML refuses to display HTML anchors in a certain contexts - the link "foobar" is not visible in Konqueror I excepted the background color of the "span" element to "shine through". This is also the behaviour in Mozilla (1.3), Opera (7.11) on Linux and MSIE 6.0. Here's an example/test case: <html> <head> <style type="text/css"> a { color: #ffffff; } </style> </head> <body style="background-color: #ffffff"> <span style="background-color: #0000ff"><a href="#">foo bar</a></span> </body> </html>