https://bugs.kde.org/show_bug.cgi?id=380123
Bug ID: 380123 Summary: Documentation browser history ignores followed links Product: kdevelop Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Documentation viewer Assignee: kdevelop-bugs-n...@kde.org Reporter: kosse...@kde.org Target Milestone: --- Since the change to QtWebEngine the documentation browser history ignores any links navigated to by activating them e.g. by mouse clicks. By what I found for now seems https://cgit.kde.org/kdevelop.git/commit/?id=8a1536caf85f402d6d1c2d6cb00b0b94d34196bb broke this by removing QObject::connect(view, &StandardDocumentationView::linkClicked, this, &QtHelpDocumentation::jumpedTo); but without ensuring a proper replacement in the new design (apol: "now we are delegating links", "the view is navigating wherever it goes"). When fixing this bug, all the still existing jumpedTo() methods possibly should be removed then as well, given they seem no longer called by anything. -- You are receiving this mail because: You are watching all bug changes.