| Summary: | Cannot dismiss context menu of sidebar view search field when clicking in main view | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REOPENED --- | ||
| Severity: | minor | CC: | kde, nate |
| Priority: | LO | ||
| Version First Reported In: | 5.27.4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | https://bugreports.qt.io/browse/QTBUG-128935 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2020-10-11 11:34:54 UTC
Ugh, yet more focus issues in System Settings due to its hybrid QWidgets/QML nature. It will dismiss if you click on any part of the sidebar (which is all QML) but not the main view (which is QML inside of QWidgets). *** Bug 427538 has been marked as a duplicate of this bug. *** Identified and moved to upstream: https://bugreports.qt.io/browse/QTBUG-128935 I don't think it's worth working around locally given it's existed here for a while. It should be relatively easy to fix upstream if no-one else does it. Made a fix for the above bug report: https://codereview.qt-project.org/c/qt/qtdeclarative/+/598375 But there's another twist, that doesn't fix the issue of clicking in another window. That needs another investigation and a new fix somewhere. |