Summary: | Graphical indication of plasma widget locking does not work reliably | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | AE <vltg0903> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A patch to fix the problem |
Description
AE
2008-07-08 00:32:57 UTC
Oh, and I encountered the problem with snapshot 4.0.85 on Gentoo Linux, with the ebuilds from the kdesvn-portage repository. Correction to what I claimed before: The handles _are_ operational. I just didn't catch them before disappearing up till now. I can confirm this on 4.0.85 (fedora). After using the handles or moving out again the widget seems to be locked finally. Maybe all handle drawings should be interrupted after they had been locked. Created attachment 26096 [details]
A patch to fix the problem
Proposed fix. Also sent to panel-devel.
Currently, when hovering over an applet, a handle is created if the applet is
mutable. This patch destroys any existing handle if the applet is immutable.
SVN commit 832059 by alexmerry: Clear handles when we go immutable. Also remove an out-of-date TODO. BUG: 166004 CCMAIL: panel-devel@kde.org Should be backported. M +7 -2 containment.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=832059 |