Summary: | Minimize/maximize by clicking taskbar entries requires double click. | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | nickpantazis <pantazisnikolaos> |
Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aljazek, aroth, bugs, cfeck, dode, dweeble01103, eric.martin-9o8we5mw, hein, holo-doc, myriam, nicolas, volkerarmin |
Priority: | NOR | ||
Version: | 4.11.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-runtime/be1a5d484c70f4f6a383150810afbfbb367db2ac | Version Fixed In: | 4.11.2 |
Sentry Crash Report: |
Description
nickpantazis
2013-09-03 17:07:13 UTC
This has been mentioned in bug 323067 and might have been caused by kde-runtime commit 98f86dc1, however neither me nor several testers I asked were able to reproduce this using various different settings. At this time better steps or conditions for reproducing would help tremendously. If launchers are part of the task manager, then bug 324469 might be a duplicate. Eike, I could not yet find any setting that causes it. I see the bug whatever setting I change. *** Bug 324469 has been marked as a duplicate of this bug. *** Christoph, would you be willing to set up a new user account and see if it occurs there, and if not, make that user's Plasma config closer and closer to your normal one until it occurs? I'm not sure this is a good use of time frankly, I only have a vague notion it might be affected by the exact topology of the QGS tree in the panel somehow. The real solution is probably auditing the kde-runtime MouseEventListener code once more, or at least trying to find an alternate solution instead of what 98f86dc1 did. Git commit be1a5d484c70f4f6a383150810afbfbb367db2ac by Eike Hein. Committed on 03/09/2013 at 18:29. Pushed by hein into branch 'KDE/4.11'. Discard the recorded events in the item-local handlers. Solves problems with identical events being ignored due to QGraphicsView's reuse of QGraphicsSceneMouseEvent instances. CCMAIL:rdieter@fedoraproject.org Related: bug 324471 M +4 -0 plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp http://commits.kde.org/kde-runtime/be1a5d484c70f4f6a383150810afbfbb367db2ac The above patch was actually designed to fix bug 324471, but Christoph says it also addressed this one for him - the problems are all closely related and uncovered by 98f86dc1 no longer clobbering the recorded event with an ungrab from the popup menu. *** Bug 324475 has been marked as a duplicate of this bug. *** I can confirm that this patch fixes the issue with the double-click to maximize *** Bug 324563 has been marked as a duplicate of this bug. *** this patch fixes the problem for me too Can you help me apply this patch? I don't know how to do it. Thank you! How can I apply patch on ubuntu 13.04? Thanks Hi Today I updated Kubuntu 13.04 to KDE 4.11.1 and got also hit by this bug. To circumvent it until a patch arrives in Kubuntu you could just disable "Show tooltips" which removes the need for double click. *** Bug 324612 has been marked as a duplicate of this bug. *** *** Bug 324621 has been marked as a duplicate of this bug. *** *** Bug 324626 has been marked as a duplicate of this bug. *** |