| Summary: | Searching for "font" returns unrelated results | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kwidgetsaddons | Reporter: | medin <med.medin.2014> |
| Component: | general | Assignee: | Christoph Feck <cfeck> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | christoph, kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
image1
image2 image |
||
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 |
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