为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.