搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Were are experiencing a issue with barcodes Print in New Firefox version 67? is this issue from firefox new release side?.

more options

I have one product for print barcode for inventory but it is not working when print on paper. i am using window.print() function in javascript and whole window i have print. facing issue after new release please guide me. i am using mybarcode font for barcode print.

Were are experiencing a issue with barcodes. We have tracked the issues down to Firefox version 67. Problem is that the barcode will show before you print, but when you print, the barcode disappears.

I have one product for print barcode for inventory but it is not working when print on paper. i am using window.print() function in javascript and whole window i have print. facing issue after new release please guide me. i am using mybarcode font for barcode print. Were are experiencing a issue with barcodes. We have tracked the issues down to Firefox version 67. Problem is that the barcode will show before you print, but when you print, the barcode disappears.

所有回覆 (8)

more options

What site are you printing from? How did you track the issue to firefox67? That would help developers reading backtrack problems.

more options

Hi GunjanVansjalia, if I understand correctly, you are using a custom font for the barcode, not an embedded or background image.

I assume the barcode font is a web font that the page directs Firefox to download? Or is it a locally installed font?

Does anything print in place of the barcode, such as characters in another font, or is it completely missing?

Is the barcode text part of the main page, or is it in a frame or iframe?

more options

I am using custom font for barcode.

- it is locally installed font - it is completely missing not print anything in place of barcode - it is open in new window and then print using Javascript command window.print()

more options

WestEnd said

What site are you printing from? How did you track the issue to firefox67? That would help developers reading backtrack problems.

In friefox 66 version my functionality is completely work so i m found after R & D on that issue it is fault of new version of firefox
more options

GunjanVansjalia said

I am using custom font for barcode.
- it is locally installed font
- it is completely missing not print anything in place of barcode
- it is open in new window and then print using Javascript command window.print()

Does Firefox display the font on-screen, or is it missing from the page on-screen as well as the printout?

more options

jscher2000 said

GunjanVansjalia said
I am using custom font for barcode.
- it is locally installed font
- it is completely missing not print anything in place of barcode
- it is open in new window and then print using Javascript command window.print()

Does Firefox display the font on-screen, or is it missing from the page on-screen as well as the printout?

It is only missing from page , it is display on screen

more options

Thank you. So if I understand correctly:

  • Barcode (using locally installed font) appears on the screen
    • Most likely it is not a security sandbox issue because Firefox can display the font on screen
  • Barcode does not appear in printout
    • Using window.print() but presumably the same situation if you print interactively
    • In brief testing, Firefox 67 an print unusual local fonts like "Comic Sans MS" so I don't think it's a general problem with local fonts

Does your page using any print style sheets or @media print{} style rules that could result in having different fonts in print than on screen?

Are you testing with a regular printer or a PDF printer driver (e.g., Microsoft Print to PDF)? Any difference between the two?

more options

Hi, have you found a solution for this?

I didn't have enough information to diagnose the problem at the time you wrote (without a public page to test).

Perhaps it is related to another thread from a couple weeks ago. Could you compare: Window.print() issue.

I am not aware of any bug having been filed about this.