I am searching for a way of searching in an embadded PDF-file while its open. Like the normal PDF Viewer in every browser [CTRL+ F].
Atlassian disabled using Ctrl + F in the PDF viewer, look in "batch.js":
_disableKeyboardShortcuts: function (e) { if ((e.ctrlKey || e.metaKey) && !(this._mediaViewer.getConfig().embedded || this._mediaViewer.getConfig().contained)) { switch (e.which) { case keyboard.keys.F: case keyboard.keys.G: // disable search keyboard shortcut e.preventDefault(); break; case keyboard.keys.P: // disable print keyboard shortcut e.preventDefault(); break; }
Please vote for this issue to do something about this:
Seems as though the PDF macro only displays the PDF, no functions of searching within the displayed PDF within the macro:
https://confluence.atlassian.com/doc/pdf-macro-375849180.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.