stable

Clone or download

Read-only

fix: No internal links for PDF exported by Firefox

There is an issue in Firefox when PDF are exported: the links in the table of contents opens the browser window instead of navigating inside the PDF. Chrome is fine. Current contribution disables the links in the document when the current browser is Firefox, until it is fixed upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1729276 Closes request #39335: PDF TOC opens a browser instead of targeting internal section Change-Id: Ie5ce05c98e4bf83a3d86125e3dded09ebb353d08

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/print/PrinterVersion.vue +20 −4 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/toc/TableOfContents.test.ts +0 −16 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/toc/TableOfContents.vue +1 −12 Go to diff View file