Bug 41296
| Summary: | InfoText color style is not resolving | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Grant Gayed <grant_gayed> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Grant Gayed
- 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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |