Bug 68102

Summary: [test case] doesn't display HTML anchors in spans
Product: [Applications] konqueror Reporter: Jörg Afflerbach <nospam>
Component: khtml rendererAssignee: 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:

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