| Summary: | [wayland] opening the context menu for a file browser side view, sometimes appears as a window | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Oded Arbel <oded> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/51244c75fc66ae4d014fd3629a357f7818063f55 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | screencast showing the problem. | ||
|
Description
Oded Arbel
2022-10-25 13:25:43 UTC
Created attachment 153196 [details]
screencast showing the problem.
Git commit acc47c7d16b86613f323de700936ec4469a6cd3e by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 25/10/2022 at 18:54. Pushed by cullmann into branch 'master'. set parent for QMenu Takes care of most of the QMenu occurunces. A couple remain in SearchPlugin M +1 -1 addons/filetree/katefiletree.cpp M +1 -1 addons/katesql/dataoutputview.cpp M +1 -1 addons/katesql/schemawidget.cpp M +1 -1 addons/lspclient/lspclientconfigpage.cpp M +4 -4 addons/project/gitwidget.cpp M +1 -1 addons/project/kateprojecttreeviewcontextmenu.cpp M +2 -5 addons/project/kateprojecttreeviewcontextmenu.h M +1 -1 addons/search/MatchExportDialog.cpp M +1 -1 apps/lib/kateoutputview.cpp M +1 -1 apps/lib/welcomeview/welcomeview.cpp https://invent.kde.org/utilities/kate/commit/acc47c7d16b86613f323de700936ec4469a6cd3e Git commit 51244c75fc66ae4d014fd3629a357f7818063f55 by Waqar Ahmed. Committed on 26/10/2022 at 07:12. Pushed by waqar into branch 'release/22.08'. set parent for QMenu Takes care of most of the QMenu occurunces. A couple remain in SearchPlugin (cherry picked from commit acc47c7d16b86613f323de700936ec4469a6cd3e) M +1 -1 addons/filetree/katefiletree.cpp M +1 -1 addons/katesql/dataoutputview.cpp M +1 -1 addons/katesql/schemawidget.cpp M +1 -1 addons/lspclient/lspclientconfigpage.cpp M +4 -4 addons/project/gitwidget.cpp M +1 -1 addons/project/kateprojecttreeviewcontextmenu.cpp M +1 -1 addons/search/MatchExportDialog.cpp M +1 -1 apps/lib/kateoutputview.cpp https://invent.kde.org/utilities/kate/commit/51244c75fc66ae4d014fd3629a357f7818063f55 This issue is still apparent in the "Filesystem" sidebar. I'm not sure, but that may be bug 453532 - KateFileBrowser uses KIO file wigets, though not specifically the Places view, but that seems to be a general issue with all KIO file widgets. |