Bug 75821

Summary: Overriding the color style attribute doesn't work for visited links
Product: [Applications] konqueror Reporter: Mihnea Balta <mihnea.balta>
Component: khtml rendererAssignee: 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 Mihnea Balta 2004-02-22 11:49:00 UTC
Version:           3.2.0 (using KDE 3.2.0, compiled sources)
Compiler:          gcc version 3.2.3
OS:          Linux (i686) release 2.4.22

Take the test scenario at http://www.digitalsummoners.ro/test/test.html . In there, you'll see 4 links inside a div. The div's class defines link colors for unvisited, visited and hover. The first two links don't specify an explicit style. The second two links specify an explicit style, which overrides the text weight to bold and the unvisited and visited colors. The unvisited link works fine. However, the "visited" color isn't overriden, so the last link appears yellow instead of blue. If you point Internet Explorer to that link, you'll see the 4th link colored in blue.
Comment 1 Stephan Kulow 2004-02-22 12:53:41 UTC
in HEAD (to be backported) it's blue too. 

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