PDF.js 中的 mozdisallowselectionprint 属性有什么作用?
What does the mozdisallowselectionprint attribute in PDF.js do?
Firefox 的内置 PDF 查看器 PDF.js 在 <html>
标签上有一个 mozdisallowselectionprint
属性。这个属性有什么作用?
已将 mozDisallowSelectionPrint
属性添加到 Firefox 以允许网页在 Firefox 中禁用 print selection 选项。
通常,当您 select 在文档中输入文字,然后打开打印对话框时(Ctrl + P 或 Cmd + P),可以在“打印范围”下选择“选择”选项。
由于 PDF.js 的工作方式,select在查看 PDF 文档时使用此选项会导致打印空白页面,或者对于大型文档,浏览器会崩溃。
在错误 830278 中,因此决定允许网页(包括 PDF 查看器)通过将此属性添加到 HTML
标签来禁用打印 selections 的选项..
(来源:broward.edu)
mozDisallowSelectionPrint
适用于 Firefox 19 及更高版本。
Firefox 的内置 PDF 查看器 PDF.js 在 <html>
标签上有一个 mozdisallowselectionprint
属性。这个属性有什么作用?
已将 mozDisallowSelectionPrint
属性添加到 Firefox 以允许网页在 Firefox 中禁用 print selection 选项。
通常,当您 select 在文档中输入文字,然后打开打印对话框时(Ctrl + P 或 Cmd + P),可以在“打印范围”下选择“选择”选项。
由于 PDF.js 的工作方式,select在查看 PDF 文档时使用此选项会导致打印空白页面,或者对于大型文档,浏览器会崩溃。
在错误 830278 中,因此决定允许网页(包括 PDF 查看器)通过将此属性添加到 HTML
标签来禁用打印 selections 的选项..
(来源:broward.edu)
mozDisallowSelectionPrint
适用于 Firefox 19 及更高版本。