Closed Bug 306595 Opened 19 years ago Closed 19 years ago

CSS Tabs do not print w/Mozilla but do print with IE

Categories

(Core :: Printing: Output, defect)

1.7 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 252263

People

(Reporter: j.burke, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728

The url above has same problem I do. Simple one tab code is below. 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Temp Test </title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="no-cache" http-equiv="Pragma">
<!-- Robots choices are: [index|noindex] and [follow|nofollow] -->
<meta name="robots" content="index, follow">
<style type="text/css">
body {
	background: white;
	color: black;
}
.standOut {
	border: 1px solid #CC0000;
	padding: 0px 0px 0px .8em;
	background: /*#EEEEEE*/ #FAFAFA ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: large;*/
}
.legend {
    display: inline;
    position: relative;
    top: -1.4em;
    margin-left: 0.3em;
    padding: 0em .6em .2em .6em;
    /*font-size: large;*/
    font-weight: bolder;
    color: #CC0000;
    letter-spacing: .1em;
    background-color: white;
    -moz-border-radius: .6em .6em .2em .2em;
    opacity: .8;
    border-top: thin solid rgb(223,220,217);
    border-right: thin solid rgb(178,176,174);
    border-bottom: thin solid rgb(178,176,174);
    border-left: thin solid rgb(223,220,217);
}

</style>
</head>

<table cellspacing="0" align="left" cellpadding="0" border="0" width="440"
summary="Page Container">
<tbody>
	<tr> <td colspan="1" height="0" valign="top"> 
        <div align="center">

	<tr> <td colspan="1" height="117" valign="top">

	<!-- Bio START --> <br><br>
        <div class=standOut>
	<span class="legend"><b>Bio</b></span><br>

        Erik Hatcher is co&ndash;author of Manning's
        <i>Lucene in Action</i>, and <i>Java Development with Ant</i>.
        He is also a committer on Ant, Lucene, and Tapestry,
        all open&ndash;source projects.
        Erik is a popular speaker at many Java and open&ndash;source
conferences, and
        is also a prolific blogger and e&ndash;zine author.
	<br>&nbsp;<!-- Bio END -->

        </div> <!-- end standOut -->
	</td></tr>

        </div> <!-- end tab -->
	</td></tr>


</tbody>
</table>

</body>
</html>

Reproducible: Always

Steps to Reproduce:
1. print to HL-2040 printer
2.
3.

Actual Results:  
CSS table borders print OK, italics print OK, but the tab associated with the
table does not print. 

Expected Results:  
CSS table border + tab

no crash
With Mozilla 1.8b1 (and SeaMonkey/20050828) I see the tab in Print Preview when
I comment out 'opacity: .8;', duplicate of Core bug 252263? 
Assignee: general → printing
Component: General → Printing
Product: Mozilla Application Suite → Core
QA Contact: general
Version: unspecified → 1.7 Branch

*** This bug has been marked as a duplicate of 252263 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.