Summary: | top-right circle flickering when hiding Dashboard | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Unknown <null> |
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: |
Description
Unknown
2007-12-29 19:36:06 UTC
You can get the same effect when the zoom buttons are enabled without going into dashboard mode - it's caused by the way the hover checks work: If the mouse is on a button, it counts as hovering on the toolbox, and the toolbox expands. If the mouse is between the buttons, but not on the toolbox itself, it counts as not hovering on the toolbox, and the toolbox contracts. The problem is that the contraction can move the buttons under the mouse, causing the toolbox to expand again, thereby moving the button out from under the mouse. The result is repeated expansion and contraction of the toolbox. SVN commit 759555 by aseigo: nice solution for no flicker, no jerky hurkey jerky jerk in the toolbox; put an invisible item behind all the tools ;) BUG:154828 M +57 -8 desktoptoolbox.cpp M +2 -1 desktoptoolbox_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=759555 |