Summary: | Widgets' activation shortcuts don't close their popups anymore | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ad.liu.jin, bugseforuns, isma.af, jf.mundox, kde, leia, notmart, semlraug |
Priority: | NOR | Keywords: | qt6, regression |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-framework/-/commit/9aacf20e2aed12088e0dbeda9b7a88b0092f34b3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nate Graham
2023-11-02 21:05:45 UTC
*** Bug 472871 has been marked as a duplicate of this bug. *** can reproduce with kickoff but not with kicker or application dashboard, they close as expected (In reply to Leia from comment #2) > can reproduce with kickoff but not with kicker or application dashboard, > they close as expected actually nvm only application dashboard does mb A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-framework/-/merge_requests/982 it wasn't always reproduced as depended on an uninitialized bool so it was a roll of dice Git commit 9aacf20e2aed12088e0dbeda9b7a88b0092f34b3 by Marco Martin. Committed on 21/11/2023 at 11:23. Pushed by mart into branch 'master'. Initialize activationTogglesExpanded to true activationTogglesExpanded was actually uninitialized. Initialize it to true to keep the default behavior of plasma5 where this was true as well and retriggering the shortcut of an open popup closes it M +1 -1 src/plasmaquick/private/appletquickitem_p.h https://invent.kde.org/plasma/plasma-framework/-/commit/9aacf20e2aed12088e0dbeda9b7a88b0092f34b3 *** Bug 477412 has been marked as a duplicate of this bug. *** *** Bug 477683 has been marked as a duplicate of this bug. *** |