简体   繁体   English

Chrome:打印在最新版本中不起作用

[英]Chrome: Print is not working in latest version

We have two types of article in application which is HTML and PDF.我们在应用中有两种类型的文章,即 HTML 和 PDF。 If I go ahead and do "window.print()" in HTML article directly, it works without any problem.如果我提前 go 并直接在 HTML 文章中执行“window.print()”,它可以正常工作。 Now, If I visit PDF page which is loaded from "embbed and object" tab and then go back to HTML page to print, it's not working.现在,如果我访问从“嵌入和对象”选项卡加载的 PDF 页面,然后 go 返回 HTML 页面进行打印,它不起作用。 It's working fine in all other browser and older version of chrome but not working in latest version of chrome.它在所有其他浏览器和旧版本的 chrome 中都可以正常工作,但在最新版本的 chrome 中无法正常工作。 Can anyone help?任何人都可以帮忙吗?

Thank you谢谢

To reproduce the problem just open a pdf directly on chrome, then open developer tools on that pdf page, then go on console and write the print();要重现此问题,只需直接在 chrome 上打开 pdf,然后在该 pdf 页面上打开开发人员工具,然后在控制台上打开 go 并编写 print(); command命令

Tada, Problem detected,多田,检测到问题,

this started happening to me on latest version as well, Thank god I'm not the only one.这也开始发生在我的最新版本中,感谢上帝,我不是唯一一个。

Just for Update:仅用于更新:

This issue has been no longer reproducible in Chrome Version: Version 83.0.4103.97 (Official Build) (64-bit)此问题在 Chrome 版本中不再重现:版本 83.0.4103.97(官方构建)(64 位)

Thank you!谢谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 打印窗口不打印chrome最新版本的整页 - Print window does not print whole page in chrome latest version animate.css 在 Chrome 最新版本(73 以上版本)中不起作用 - animate.css is not working in Chrome latest version (Version above 73) jQuery scrollTop 停止在最新版本的基于 webkit 的浏览器(Chrome 版本 61.0.3163.100)上工作? - jQuery scrollTop stops working on the latest version of webkit-based browser (Chrome Version 61.0.3163.100)? Javascript“ onunload”事件在Google Chrome浏览器的最新版本“ 54.0.2840.71m”中不起作用 - Javascript 'onunload' event not working in latest Version '54.0.2840.71 m' of Google Chrome browser 下载文件在最新版的谷歌浏览器中无效[65.0.3325.181(正式版本)(64位)] - Download file is not working in latest version of google chrome [65.0.3325.181 (Official Build) (64-bit)] 支持 chrome 清单 v3 的最新 Beta 版 InboxSdk 库无法正常工作 - Latest Beta version of InboxSdk library which supports chrome manifest v3 is not working 最新的Chrome更新和打印搞乱了吗? - Latest Chrome update and print is messed up? WebVR不适用于最新版本的Firefox - WebVR not working with latest version of Firefox 打印 function 在 chrome 中不工作 - Print function not working in chrome 最新版本的 Chrome 中的文本输入占位符已损坏? - Text input placeholders are broken in latest version of Chrome?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM