Created attachment 171358 [details] image1 If you search for the word "font" in Konsole settings, it will return unrelated results. See attached images for more info. Operating System: Manjaro Linux KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.2 Kernel Version: 6.9.7-1-MANJARO (64-bit) Graphics Platform: Wayland
Created attachment 171359 [details] image2
Created attachment 171361 [details] image It seems not specific to Konsole, it also appears on other apps like Kate.
I think that is due to searching in potential rich text with template<typename WidgetType> static QList<QWidget *> hasMatchingText(const QString &text, QWidget *page) { QList<QWidget *> ret; const auto widgets = page->findChildren<WidgetType *>(); for (auto label : widgets) { if (removeAcceleratorMarker(label->text()).contains(text, Qt::CaseInsensitive)) { ret << label; } } return ret; }
KPageView issue