Closed
Bug 144300
Opened 23 years ago
Closed 23 years ago
Can't print most pages
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 145305
People
(Reporter: waldemar, Assigned: dcone)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Printing doesn't work on most pages I've tried (but does work on a few). Trying
to print <http://www.mozilla.org/js/language/js20/index.html> generates the
"Saving" dialog that shows four pages being saved and then nothing at all happens.
Trying to print <http://davespicks.com/writing/programming/mackeys.html> cuts
off after the first page.
Reporter | ||
Comment 1•23 years ago
|
||
I am using Netscape 7.0b1 branch 20020512.
Comment 2•23 years ago
|
||
Confirming in Mozilla 1.0RC2. This is bad.
Comment 4•23 years ago
|
||
http://www.mozilla.org/js/language/js20/index.html
- using today's trunk build, prints fine.
http://davespicks.com/writing/programming/mackeys.html
- confirm still happens on trunk
Thing is, printing was reworked heavily on the trunk since the code from which
7.0b1 is built.
Reporter | ||
Comment 6•23 years ago
|
||
I just reproduced both of the above problems on today's trunk build. MacOS
10.1.4, trunk build 2002051408. When printing the js20 page, the print progress
dialog comes up but disappears after four pages and nothing at all gets printed.
Same thing happens when I try to print to a PDF file.
Comment 7•23 years ago
|
||
Using todays OS X branch and trunk builds , I can only reproduce the problem
described with http://davespicks.com/writing/programming/mackeys.html. I
believe the problem is related to the pages' css file since removing it will
allow all the content on page (8 printed pages) to print. Working on reduced
testcase.
Comment 8•23 years ago
|
||
Test case contains multiple table conatin the the BODY. The BODY has been
assigned float: left which is causing the printing problem. The original site
used a DIV tag but using BODY reproduces the same problem.
Comment 9•23 years ago
|
||
After removing {float: left}, all of the page's content prints on 2 pages.
Comment 10•23 years ago
|
||
Comment on attachment 83625 [details]
BODY element assigned {float: left }
><HTML><HEAD><TITLE>Print issue</TITLE>
>
>
>
>
><STYLE type="text/css">
>#wrapper { float: left}
></STYLE></HEAD>
>
>
><BODY id="wrapper">
>
>
> <H4>On Boot</H4>
><TABLE border="1">
> <TBODY><TR><TH align="left">Key Combination</TH><TH align="left">Effect</TH></TR>
>
> <TR><TD>mouse down</TD> <TD>Eject removable media ( I think Boot ROMs prior to 2.4f1 excluded the CD drive )</TD></TR>
> <TR><TD>opt</TD> <TD>Bring up OF system picker on New World machines - boot to 9 on pre-New World machines</TD></TR>
> <TR><TD>cmd-opt</TD> <TD>Hold down until 2nd chime, will boot into Mac OS 9 ?</TD></TR>
> <TR><TD>cmd-x (or just x?)</TD> <TD>Will boot into Mac OS X if 9 and X are on the same partition and that's the partition you're booting from.</TD></TR>
>
> <TR><TD>cmd-opt-shift-delete</TD> <TD>Bypass startup drive and boot from external (or CD). This actually forces the system to NOT load the driver for the default volume, which has the side effect mentioned above. For SCSI devices it searches from highest ID to lowest for a partition with a bootable system. Not sure about IDE drives.</TD></TR>
> <TR><TD>cmd-opt-shift-delete-#</TD> <TD>Boot from a specific SCSI ID # (# = SCSI ID number)</TD></TR>
> <TR><TD>cmd-opt-p-r</TD> <TD>Zap PRAM. Hold down until second chime.</TD></TR>
> <TR><TD>cmd-opt-n-v</TD> <TD>Clear NV RAM. Similar to reset-all in Open Firmware.
> </TD></TR><TR><TD>cmd-opt-o-f</TD> <TD>Boot into open firmware</TD></TR>
>
> <TR><TD>cmd-opt-t-v</TD> <TD>Force Quadra AV machines to use TV as a monitor</TD></TR>
> <TR><TD>cmd-opt-x-o</TD> <TD>Boot from ROM (Mac Classic only)</TD></TR>
> <TR><TD>cmd-opt-a-v</TD> <TD>Force an AV monitor to be recognized as one</TD></TR>
> <TR><TD>c</TD> <TD>Boot from CD. If set to boot to X and no CD is present, may boot to 9.</TD></TR>
>
> <TR><TD>d</TD> <TD>Force the internal hard disk to be the startup device</TD></TR>
> <TR><TD>n</TD> <TD>Hold down until Mac logo, will attempt to boot from network server (using BOOTP or TFTP)</TD></TR>
> <TR><TD>r</TD> <TD>Force PowerBooks to reset the screen</TD></TR>
> <TR><TD>t</TD> <TD>Put FireWire machine into FireWire Target Disk mode</TD></TR>
>
> <TR><TD>z</TD> <TD>Attempt to boot using the devalias zip from first bootable partition found</TD></TR>
> <TR><TD>shift</TD> <TD>(Classic only) Disable Extensions</TD></TR>
> <TR><TD>shift</TD> <TD>(OS X, 10.1.3 and later) Disables login items. Also disables non-essential kernel extensions (safe boot mode)</TD></TR>
> <TR><TD>cmd</TD> <TD>(Classic only) Boot with Virtual Memory off</TD></TR>
>
> <TR><TD>space</TD> <TD>(Classic only) Trigger extension manager at boot-up</TD></TR>
> <TR><TD>cmd-v</TD> <TD>(OS X only) show console messages during boot</TD></TR>
> <TR><TD>cmd-s</TD> <TD>(OS X only) boot into single user mode</TD></TR>
> <TR><TD>cmd-opt-c-i</TD><TD>(Mac IIci only) Set date to 20 Sep 1989 to get a graphical easter egg</TD></TR>
>
> <TR><TD>cmd-opt-f-x</TD><TD>(Mac IIfx only) Set date to 19 Mar 1990 to get a graphical easter egg</TD></TR>
></TBODY></TABLE>
><A href="#contents">Back to Contents</A><BR/>
>
><A name="happymac"> </A>
><H4>After display of Happy Mac icon</H4>
><TABLE border="1">
> <TBODY><TR><TH align="left">Key Combination</TH><TH align="left">Effect</TH></TR>
> <TR><TD>space</TD> <TD>(Classic only) Invoke Extensions Manager</TD></TR>
>
> <TR><TD>shift</TD> <TD>(Classic only) Disable Extensions including MacsBug</TD></TR>
> <TR><TD>shift-opt</TD> <TD>(Classic only) Disable exetensions, except MacsBug</TD></TR>
> <TR><TD>ctrl</TD> <TD>(Classic only) Break into MacsBug as soon as it is loaded</TD></TR>
></TBODY></TABLE>
><A href="#contents">Back to Contents</A><BR/>
>
><A name="finderstart"> </A>
><H4>As Finder Starts</H4>
><TABLE border="1">
> <TBODY><TR><TH align="left">Key Combination</TH><TH align="left">Effect</TH></TR>
> <TR><TD>cmd-opt</TD> <TD>(whenever Classic Finder sees a new disk) Rebuild Desktop</TD></TR>
> <TR><TD>opt</TD> <TD>(Mac OS 9) Do not open Finder windows</TD></TR>
>
> <TR><TD>shift</TD> <TD>(Mac OS X) Do not open Finder windows when launching Finder. The windows' states aren't changed to closed, as they will be reopened if you reboot again.</TD></TR>
> <TR><TD>shift</TD> <TD>(Mac OS 9) Do not launch anything from the "Startup Items" folder.</TD></TR>
></TBODY></TABLE>
>
>
></BODY></HTML>
Comment 11•23 years ago
|
||
*** This bug has been marked as a duplicate of 145305 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•