Bug 273630

Summary: Konqueror partially uses the system color scheme
Product: [Applications] konqueror Reporter: Christopher Yeleighton <giecrilj>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.6.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christopher Yeleighton 2011-05-19 12:12:48 UTC
Version:           4.6.0 (using KDE 4.6.0) 
OS:                Linux

Konqueror only partly adjusts the display to the system color scheme; it makes HTML documents without a style completely unreadable.

Reproducible: Always

Steps to Reproduce:
  1. Tell KDE to use a scheme with a dark background, e.g. Obsidian Coast.
  2. Start a new KDE session.
  3. { cat>test.html << '<!-- EOF -->' && kioclient exec test.html; }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" >
<html 
><title>test</title
><body ><p >test</p ></body ></html >
<!-- EOF -->


Actual Results:  
  3. Konqueror displays black text on a dark background.

Expected Results:  
  3. Let Konqueror display white text on a dark background.

OS: Linux (x86_64) release 2.6.37.6-0.5-desktop
Compiler: gcc
Comment 1 Tommi Tervo 2011-05-19 12:23:08 UTC

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