| Summary: | With Qt6.7, pressing Down key in search field gives TypeError: Property 'onDownPressed' of object QQuickKeysAttached(0x564e9ca304a0) is not a function | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | fanzhuyifan |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | nicolas.fella |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| See Also: | https://bugreports.qt.io/browse/QTBUG-120573 | ||
| Latest Commit: | https://invent.kde.org/plasma/systemsettings/-/commit/f519acbf86a794b876585d8be7ab930b23446734 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
fanzhuyifan
2024-01-06 22:58:38 UTC
Yes, looks like a Qt bug. Could you create a minimal example and report it to https://bugreports.qt.io/ ? Up(In reply to Nicolas Fella from comment #1) > Yes, looks like a Qt bug. > > Could you create a minimal example and report it to > https://bugreports.qt.io/ ? Upstream Qt bug report: https://bugreports.qt.io/browse/QTBUG-120573 A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/281 Git commit f519acbf86a794b876585d8be7ab930b23446734 by Yifan Zhu. Committed on 08/01/2024 at 17:08. Pushed by davidedmundson into branch 'master'. Call signals instead of signal handlers Directly calling signals is the supported way to send signals. Calling signal handlers worked in the past, but will be phased out in the future (https://bugreports.qt.io/browse/QTBUG-120573). M +3 -3 app/sidebar/qml/CategoriesPage.qml M +2 -2 app/sidebar/qml/SubCategoryPage.qml https://invent.kde.org/plasma/systemsettings/-/commit/f519acbf86a794b876585d8be7ab930b23446734 |