Firefox:Printing and Page Setup: Difference between revisions
Line 84: | Line 84: | ||
1.) Firefox does not print correctly tags with style="position:absolute;" on multiple pages: try this [http://www.hofercomputing.ch/downloads/position_absolute.htm Testprint muliple Page] | 1.) Firefox does not print correctly tags with style="position:absolute;" on multiple pages: try this [http://www.hofercomputing.ch/downloads/position_absolute.htm Testprint muliple Page] | ||
then choose printpreview; to see how it should be, try it in IE (sorry..) | then choose printpreview; to see how it should be, try it in IE (sorry..) or Opera | ||
2.) Printing out of a frame direct to the printer, just the active frame is printed, which is ok. The Printpreview shows allways the whole frameset, which is rather useless. Printpreview should behave like printing! | 2.) Printing out of a frame direct to the printer, just the active frame is printed, which is ok. The Printpreview shows allways the whole frameset, which is rather useless. Printpreview should behave like printing! | ||
3.) Add some special elements for control of the printer: i.e. <printer="name:hp deskjet; tray:1 copies:3" > (im am using firefox as the main userinterface for applications in intranet) | 3.) Add some special elements for control of the printer: i.e. <printer="name:hp deskjet; tray:1 copies:3" > (im am using firefox as the main userinterface for applications in intranet) |
Revision as of 10:36, 7 December 2006
Back to Firefox: System Components
| | +------------------------------------------------------------------------------+ | Page Setup +------------------------+-------------------------+ | | | Paper & Format Options | Margins & Header/Footer | | | +-----------------------+ +-------------------------+ | | | +----------------------------------------------------------------------+ | | | | | Paper Options | | | | | | |----------------------------------------------------------------------| | | | | | | | | | | | +--+ +-----+ | | | | | | Orientation (x) Portrait | | (o) Landscape | | | | | | | | | | +-----+ | | | | | | +--+ | | | | | | | | | | | | Scale [ 100 % ] (x) Shrink To Fit Page Width | | | | | | | | | | | | | | | | | | Paper Size (v)[ Letter, Legal, A4... ] | | | | | | | | | | | | Paper Source (v)[ Sheet, Borderless, Tray#... ] | | | | | | | | | | | | (x) Duplex ( Long Edge ) (o) Duplex ( Short Edge ) | | | | | | | | | | | | (x) Page Order: Print Last Page First | | | | | | | | | | | |----------------------------------------------------------------------| | | | | | Format Options & Color | | | | | |----------------------------------------------------------------------| | | | | | | | | | | | (x) Print All Text Black (o) Print Beveled Lines | | | | | | | | | | | | (o) Print Black Lines (o) Print Backgrounds ( Colors & Images ) | | | | | | | | | | | +----------------------------------------------------------------------+ | | | | ( OK ) ( Set Defaults ) ( Cancel ) | | | +--------------------------------------------------------------------------+ | +------------------------------------------------------------------------------+
Comment by Doug Feigelson
Firefox NEEDS to have an editable print preview. I believe that pre-print modification is a high-demand feature. Have you not copyed a web page into word to remove some annoying ads and cut to the content you need? Just some primitive editing functionality must be added.
Comment by Art Wildman
I use the 'Nuke Anything' extension to modify preprint pages in Firefox. It's not perfect but it helps remove unwanted ink/paper wasting objects... greasemonkey, addblock and a few others can help customize and pre-format pages too. BTW, I wrote the original Printing and Page Setup UI scratchpad and contributed these references in an older wiki to document a 4 year old bug & missing features in Mozilla/Firefox/Thunderbird. It is rather complicated due to the cross platform nature of Mozilla and how each OS handles Printing differently. If only someone like HP would design an open standard Printer Driver Spec/Page Setup UI for multiple OSes... life would be simpler & better for our users and opensource friends. LinuxPrinting.org
References:
Page Setup form in Netscape 4.78 (all 4.x)
Bugzilla# 153363 Prtinting in sharp B&W
Bugzilla# 62422 Printing should allow control over the header and footer, orientation, printer selection, which pages to print
Bugzilla# 118563 The new print properties dialog does not save papersize
Printing UI
Thoughts About a Print UI for Mozilla
Bugzilla# 125824 make print settings better (tracking bug)
Bugzilla# 181527 Printing always prints full header
Programmers File Editor Print-UI
Programmers File Editor Print-UI gifs
Comment by Thomas Lendo
For better customization it should be possible to change the header and footer margin space, to order the header and footer text like you want (e.g. "title - URL" at the center of the page, not "title" on the left side and "URL" centered) and to set a maximum length of the URL shown in the header/footer. An URL, which is too long for a single line, should wrap to a new line up to the maximum given length. The content size of the page shrinks with every new header/footer line. Default should be an automatical max. length with single line and no wrap.
Especially Thunderbird needs more options: possibility to show more data on the top of the printout (e.g. account name), adaptability (font, font size, bold, underlined) of the data on the top of the printout (account name, sender, subject heading, …), more appealing integration of attachements (neat pictures instead of the cold facts of content type and content encoding) and choice of insertion of attachments - before content or after it.
Comment by Mike Schinkel
1.) ALLOW ME TO PUT A PRINT PREVIEW BUTTON ON THE TOOLBAR!!!
2.) I concur with the need for an editable print preview. Could be limited to select&delete plus insert page break, or could be a lot more.
3.) I would like to see printing fixed as FireFox won't print all the content on some web pages (I haven't figured out why but here is an example: http://blogs.pathf.com/agileajax/2006/06/steps_to_ajax_m.html)
4.) Support two-up and four-up printing and two-sided output to duplex printers (although FinePrint works for me in the mean time)
5.) Allow suppression of HTML headers and footers on page 2 and beyond to allow for condensing of output.
Comment by Robert Hofer
1.) Firefox does not print correctly tags with style="position:absolute;" on multiple pages: try this Testprint muliple Page then choose printpreview; to see how it should be, try it in IE (sorry..) or Opera
2.) Printing out of a frame direct to the printer, just the active frame is printed, which is ok. The Printpreview shows allways the whole frameset, which is rather useless. Printpreview should behave like printing!
3.) Add some special elements for control of the printer: i.e. <printer="name:hp deskjet; tray:1 copies:3" > (im am using firefox as the main userinterface for applications in intranet)