Bug#511861: epiphany-browser: doesn't print the black color inside tables with black background
Jose Antonio Salgueiro
joseantsa2003 at yahoo.es
Wed Jan 14 23:50:15 UTC 2009
Package: epiphany-browser
Version: 2.24.2.1-1
Severity: minor
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to es_ES.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages epiphany-browser depends on:
ii epiphany-gecko 2.24.2.1-1 Intuitive GNOME web browser - Geck
epiphany-browser recommends no packages.
epiphany-browser suggests no packages.
Versions of packages epiphany-gecko depends on:
ii dbus-x11 1.2.8-1 simple interprocess messaging syst
ii epiphany-browser- 2.24.2.1-1 Data files for the GNOME web brows
ii gnome-icon-theme 2.24.0-1 GNOME Desktop icon theme
ii iso-codes 3.5.1-1 ISO language, territory, currency,
ii libavahi-client3 0.6.23-2 Avahi client library
ii libavahi-common3 0.6.23-3 Avahi common library
ii libavahi-gobject0 0.6.23-3 Avahi GObject library
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libcanberra-gtk0 0.4-1 Gtk+ helper for playing widget eve
ii libcanberra0 0.4-1 a simple abstract interface for pl
ii libdbus-1-3 1.2.8-1 simple interprocess messaging syst
ii libdbus-glib-1-2 0.78-1 simple interprocess messaging syst
ii libenchant1c2a 1.4.2-3.3 a wrapper library for various spel
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libgconf2-4 2.24.0-4 GNOME configuration database syste
ii libglade2-0 1:2.6.3-1 library to load .glade files at ru
ii libglib2.0-0 2.18.4-1 The GLib library of C routines
ii libgnome2-0 2.24.1-1 The GNOME 2 library - runtime file
ii libgnomeui-0 2.24.0-1 The GNOME 2 libraries (User Interf
ii libgtk2.0-0 2.14.7-1 The GTK+ graphical user interface
di libnotify1 [libno 0.4.4-3 sends desktop notifications to a n
ii libnspr4-0d 4.7.2~b2-0ubuntu1~fta1 NetScape Portable Runtime Library
ii libpango1.0-0 1.22.4-1 Layout and rendering of internatio
ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii libx11-6 2:1.1.5-2 X11 client-side library
ii libxml2 2.6.32.dfsg-5 GNOME XML library
ii libxslt1.1 1.1.24-2 XSLT processing library - runtime
ii python2.5 2.5.2-15 An interactive high-level object-o
ii xulrunner-1.9 1.9.0.5-1 XUL + XPCOM application runner
ii xulrunner-1.9-gno 1.9.0.5-1 Support for GNOME in xulrunner app
Versions of packages epiphany-webkit depends on:
ii dbus-x11 1.2.8-1 simple interprocess messaging syst
ii epiphany-browser-da 2.24.2.1-1 Data files for the GNOME web brows
ii gnome-icon-theme 2.24.0-1 GNOME Desktop icon theme
ii iso-codes 3.5.1-1 ISO language, territory, currency,
ii libavahi-client3 0.6.23-2 Avahi client library
ii libavahi-common3 0.6.23-3 Avahi common library
ii libavahi-gobject0 0.6.23-3 Avahi GObject library
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libcanberra-gtk0 0.4-1 Gtk+ helper for playing widget eve
ii libcanberra0 0.4-1 a simple abstract interface for pl
ii libdbus-1-3 1.2.8-1 simple interprocess messaging syst
ii libdbus-glib-1-2 0.78-1 simple interprocess messaging syst
ii libgconf2-4 2.24.0-4 GNOME configuration database syste
ii libglade2-0 1:2.6.3-1 library to load .glade files at ru
ii libglib2.0-0 2.18.4-1 The GLib library of C routines
ii libgnome2-0 2.24.1-1 The GNOME 2 library - runtime file
ii libgnomeui-0 2.24.0-1 The GNOME 2 libraries (User Interf
ii libgtk2.0-0 2.14.7-1 The GTK+ graphical user interface
di libnotify1 [libnoti 0.4.4-3 sends desktop notifications to a n
ii libpango1.0-0 1.22.4-1 Layout and rendering of internatio
ii libwebkit-1.0-1 1.0.2~pre.svn37878-1 Web content engine library for Gtk
ii libx11-6 2:1.1.5-2 X11 client-side library
ii libxml2 2.6.32.dfsg-5 GNOME XML library
ii libxslt1.1 1.1.24-2 XSLT processing library - runtime
ii python2.5 2.5.2-15 An interactive high-level object-o
-- no debconf information
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
<script type="text/javascript">
//<![CDATA[
<!--
var strPrintExplanation = 'Use File / Print to print the crossword. Check that your browser print settings include "Print background colours and images". To create a key, click on the title.';
function ShowMessage(){
alert(strPrintExplanation);
}
function ShowKey(){
var NList = document.getElementsByTagName('span');
for (var i=0; i<NList.length; i++){
if (NList[i].className == 'Letter'){
if (NList[i].style.display == 'inline'){
NList[i].style.display = 'none';
}
else{
NList[i].style.display = 'inline';
}
}
}
}
//-->
//]]>
</script>
<style type="text/css">
<!--
body{
background-color: #ffffff;
color: #000000;
font-family: Geneva,Arial,sans-serif;
font-size: small;
}
div.Titles{
padding: 0.5em;
text-align: center;
}
table{
margin: auto;
}
table#Grid td{
width: 2em;
height: 2em;
text-align: center;
vertical-align: middle;
font-size: 140%;
}
table#Grid td.BlankCell{
width: 2em;
height: 2em;
padding: 0px;
text-align: center;
vertical-align: middle;
background-color: #000000;
color: #000000;
}
table#Grid td.LetterOnlyCell{
width: 2em;
height: 2em;
text-align: center;
vertical-align: middle;
background-color: #ffffff;
color: #000000;
}
table#Grid td.NumLetterCell{
width: 2em;
height: 2em;
text-align: left;
vertical-align: top;
background-color: #ffffff;
color: #000000;
padding: 1px;
}
span.Num{
vertical-align: super;
font-size: 100%;
font-weight: bold;
}
span.Letter{
font-weight: bold;
font-size: 140%;
display: none;
}
table.ClueTable{
padding: 0.5em;
}
...ClueNum{
font-weight: bold;
font-size: 140%;
padding: 0px 1em 0px 0px;
}
...Clue{
}
-->
</style>
</head>
<body onload="ShowMessage()">
<div class="Titles">
<h2 style="cursor: pointer;" onclick="ShowKey()"></h2>
<h3 class="ExerciseSubtitle">Encrucillado</h3>
</div>
<table id="Grid" border="1" cellspacing="0" cellpadding="0">
<tr>
<td class="NumLetterCell"><span class="Num">1</span> <span class="Letter">H</span></td>
<td class="LetterOnlyCell"> <span class="Letter">I</span></td>
<td class="LetterOnlyCell"> <span class="Letter">D</span></td>
<td class="LetterOnlyCell"> <span class="Letter">R</span></td>
<td class="NumLetterCell"><span class="Num">2</span> <span class="Letter">O</span></td>
<td class="LetterOnlyCell"> <span class="Letter">X</span></td>
<td class="LetterOnlyCell"> <span class="Letter">E</span></td>
<td class="LetterOnlyCell"> <span class="Letter">N</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
<td class="BlankCell"> </td>
</tr><tr>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">S</span></td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
</tr><tr>
<td class="NumLetterCell"><span class="Num">3</span> <span class="Letter">C</span></td>
<td class="LetterOnlyCell"> <span class="Letter">A</span></td>
<td class="LetterOnlyCell"> <span class="Letter">L</span></td>
<td class="LetterOnlyCell"> <span class="Letter">C</span></td>
<td class="LetterOnlyCell"> <span class="Letter">I</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="NumLetterCell"><span class="Num">4</span> <span class="Letter">F</span></td>
</tr><tr>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">X</span></td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
</tr><tr>
<td class="NumLetterCell"><span class="Num">5</span> <span class="Letter">X</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
<td class="LetterOnlyCell"> <span class="Letter">F</span></td>
<td class="LetterOnlyCell"> <span class="Letter">R</span></td>
<td class="LetterOnlyCell"> <span class="Letter">E</span></td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">S</span></td>
</tr><tr>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">N</span></td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">F</span></td>
</tr><tr>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="NumLetterCell"><span class="Num">6</span> <span class="Letter">P</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
<td class="LetterOnlyCell"> <span class="Letter">T</span></td>
<td class="LetterOnlyCell"> <span class="Letter">A</span></td>
<td class="LetterOnlyCell"> <span class="Letter">S</span></td>
<td class="LetterOnlyCell"> <span class="Letter">I</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
</tr><tr>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="LetterOnlyCell"> <span class="Letter">R</span></td>
</tr><tr>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="BlankCell"> </td>
<td class="NumLetterCell"><span class="Num">7</span> <span class="Letter">C</span></td>
<td class="LetterOnlyCell"> <span class="Letter">A</span></td>
<td class="LetterOnlyCell"> <span class="Letter">R</span></td>
<td class="LetterOnlyCell"> <span class="Letter">B</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
<td class="LetterOnlyCell"> <span class="Letter">N</span></td>
<td class="LetterOnlyCell"> <span class="Letter">O</span></td>
</tr>
</table>
<table border="0">
<tr>
<td valign="top">
<table border="0" class="ClueTable">
<tr><td colspan="2"><h3>Horizontais:</h3></td></tr>
<tr><td class="ClueNum">1</td><td class="Clue">Forma parte de todos os hidrocarburos como constituinte basico</td></tr><tr><td class="ClueNum">3</td><td class="Clue">Xoga un importante papel en reforzar os osos</td></tr><tr><td class="ClueNum">5</td><td class="Clue">Atópase nos nódulos dalgunhas legumes, é un elemento primario</td></tr><tr><td class="ClueNum">6</td><td class="Clue">Abundante no interior das células, importante para a condución nerviosa. É un elemento secundario.</td></tr><tr><td class="ClueNum">7</td><td class="Clue">Elemento básico nos seres vivos</td></tr>
</table>
</td>
<td valign="top">
<table border="0" class="ClueTable">
<tr><td colspan="2"><h3>Verticais:</h3></td></tr>
<tr><td class="ClueNum">2</td><td class="Clue">É un elemento de refugallo da fotosíntese das plantas, imprescindible para a vida animal.</td></tr><tr><td class="ClueNum">4</td><td class="Clue">Forma parte dos nucleótidos, compostos que forman os ácidos nucléicos. Forman parte de substancias fundamentais das membranas celulares.É un elemento primario.</td></tr>
</table>
</td>
</tr></table>
</body></html>
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
More information about the pkg-gnome-maintainers
mailing list