| Summary: | Kickoff's context menu closes popup dialog | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Sebastian Kügler <sebas> |
| Component: | Application Launcher (Kickoff) widget | Assignee: | Sebastian Kügler <sebas> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bshah, kde, notmart |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/plasma-desktop/acec3a296f13ba2e972618115e4b6210cd45ff39 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 328586 | ||
|
Description
Sebastian Kügler
2014-03-09 23:04:50 UTC
with some contraptions i managed to put the correct transientParent to the menu: menu transientparent == popup dialog. However it doesn't do anything. Any ideas? Git commit acec3a296f13ba2e972618115e4b6210cd45ff39 by Marco Martin. Committed on 08/04/2014 at 17:03. Pushed by mart into branch 'master'. don't close the menu on submenu open HACK: is not possible to set a transient parent of a QWindow as a QWidget because the QWidget's window is not existent until is shown, at that point it's too late for setting a transient parent M +11 -0 applets/kickoff/package/contents/ui/ContextMenu.qml http://commits.kde.org/plasma-desktop/acec3a296f13ba2e972618115e4b6210cd45ff39 |