https://bugs.kde.org/show_bug.cgi?id=320723
--- Comment #10 from David Hurka <david.hu...@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 watching all bug changes.