Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

By When CSS @Page size: support will be provided for the customization of page size and orientation dynamically while printing document?

more options

I have small web based application I have some different formats for printing the document for which we need to customize the paper size and its orientation based on the printout. So I want to make it internal selection with @Page size: property for paper size and orientation. As this feature is not supported in firefox latest version also. I want to know by when firefox team is planning to provide support for this feature. I had checked the margin is property is working with firefox if margin is given in mm.

I am recommending firefox for my application but due this issue, I am getting negative response.

I have small web based application I have some different formats for printing the document for which we need to customize the paper size and its orientation based on the printout. So I want to make it internal selection with @Page size: property for paper size and orientation. As this feature is not supported in firefox latest version also. I want to know by when firefox team is planning to provide support for this feature. I had checked the margin is property is working with firefox if margin is given in mm. I am recommending firefox for my application but due this issue, I am getting negative response.

Alle Antworten (1)

more options

Two bugs were added to the tracking system last month, but it appears no one has yet signed on to write the code:

If you can contribute to the development, please feel free to pitch in. Otherwise, it's generally not helpful to add comments to bugs, but you can register on the site and "vote" for them to be fixed. See:

My own guess is that portrait/landscape orientation should be pretty easy because that's a built-in user-selectable feature. It's just a question of wiring the CSS to that existing feature. (Does the user need to be alerted? Maybe the prior orientation needs to be stored and then restored?)

Paper size, on the other hand, appears to be dictated to Firefox by the printer drivers, at least on Windows. I imagine that one will take quite some time.

Geändert am von jscher2000 - Support Volunteer