Bug 68102 - [test case] doesn't display HTML anchors in spans
Summary: [test case] doesn't display HTML anchors in spans
Status: RESOLVED DUPLICATE of bug 33940
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-13 10:37 UTC by Jörg Afflerbach
Modified: 2003-11-13 20:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Afflerbach 2003-11-13 10:37:33 UTC
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>
Comment 1 Stephan Kulow 2003-11-13 14:43:08 UTC
it's a duplicate, but I'm too lazy to look for it
Comment 2 Jörg Afflerbach 2003-11-13 15:17:37 UTC
Okay, I think it's a duplicate of Bug 33940.
Comment 3 Stephan Kulow 2003-11-13 20:12:40 UTC
right, that's it :)

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