[Webkit-unassigned] [Bug 41296] New: InfoText color style is not resolving

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 12:54:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41296

           Summary: InfoText color style is not resolving
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: grant_gayed at ca.ibm.com


- observed in WebKitGTK 1.2.0

- choose a Linux theme whose InfoText foreground color is not black (for example, the default theme on Ubuntu 10.04 draws tooltips as white text on black background)
- create a .html file with content:

<html>
<head>
<style CHARSET="ISO-8859-1" TYPE="text/css">
a.header:link { text-decoration: none; color: InfoText }
</style>
</head>
<a>void java.io.<a class='header' href='http://www.eclipse.org'>PrintStream</a>.println
</body>
</html>

- run GtkLauncher and point at the above file
- note that the word "PrintStream" is rendered in black like the rest of the text, even though its style indicates that its color should be the InfoText foreground color

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list