SUMMARY If I open a help text site, e.g. the man page of `systemd.socket` I cannot search in the text. There is no search button and `ctrl+f` also does not work. I updated from KDE 5.27. Before the search was working via button and shortcut as expected. STEPS TO REPRODUCE 1. Search for help text on the left site, e.g `systemd.socket` 2. open article 3. press `ctrl+f` OBSERVED RESULT Nothing happens. EXPECTED RESULT In text search dialog should open. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Nobara Linux 39 (KDE Plasma) 39 (x86_64) KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2
*** Bug 484545 has been marked as a duplicate of this bug. ***
Merge request was started @ https://invent.kde.org/system/khelpcenter/-/merge_requests/47
Git commit 3ddb709564a5eec14ed0ad6251b60693fadd8026 by Luigi Toscano, on behalf of Friedrich W. H. Kossebau. Committed on 10/04/2024 at 16:00. Pushed by ltoscano into branch 'master'. Readd page search feature Lost in port from KHtml to QWebEngine Initial working code to restore the feature, copied from KMarkdownWebView and adapted a bit. FIXED-IN: 6.0.2405 M +8 -0 CMakeLists.txt M +2 -2 khelpcenterui.rc M +13 -1 mainwindow.cpp M +4 -0 mainwindow.h A +116 -0 pagesearchbar.cpp [License: GPL(v2.0+)] A +45 -0 pagesearchbar.h [License: GPL(v2.0+)] A +102 -0 pagesearchbar.ui M +6 -0 view.cpp A +71 -0 viewcontainer.cpp [License: GPL(v2.0+)] A +39 -0 viewcontainer.h [License: GPL(v2.0+)] https://invent.kde.org/system/khelpcenter/-/commit/3ddb709564a5eec14ed0ad6251b60693fadd8026
I got a KDE update with the fix today. It's working like expected :-) Thanks