Summary: | Clicking on the month selector of the calendar popup makes the popup disappear | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Elias Probst <mail> |
Component: | Calendar widget | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bhush94, kde |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-framework/ce166ca451c5ce808a8be50518c3a721942daf92 | Version Fixed In: | |
Sentry Crash Report: |
Description
Elias Probst
2014-05-27 16:49:38 UTC
Confirming Git commit ce166ca451c5ce808a8be50518c3a721942daf92 by Martin Klapetek. Committed on 28/05/2014 at 10:04. Pushed by mklapetek into branch 'master'. Don't hide Dialog when opening QMenu from it When plasmoid in a popup (applet opened from panel) is opening a QMenu, the popup itself hides because it looses focus. There's currently no way to obtain the Dialog the applet popup is in and pass it to the QMenu window as a parent, so we have to go this way. REVIEW: 118361 M +1 -1 src/plasmaquick/dialog.cpp http://commits.kde.org/plasma-framework/ce166ca451c5ce808a8be50518c3a721942daf92 |