[okular] [Bug 320723] No way to go back when following an embedded link in a pdf file.

David Hurka bugzilla_noreply at kde.org
Tue Aug 9 15:51:07 BST 2022


https://bugs.kde.org/show_bug.cgi?id=320723

--- Comment #10 from David Hurka <david.hurka at mailbox.org> ---
If I think a bit about it, this may be medium difficult to implement, because
Okular uses KParts.

If a new window/tab shall be opened, Part has to tell the shell to open an URL.
The shell probably has a function that just needs to be called with a QUrl.
But you need to understand how the Part tells commands to the shell.

If there shall be a way to go back (with the “Back” action), the Back action
has to distinguish between the viewport history (which is already there but
currently buggy) and a document history, which is not yet there in the Part.
The Back action belongs to the Part, while the document history (“Open Recent”
menu) belongs to the shell.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list