cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #03060
[Bug 537115] Re: Click at the position where icon label was, the icon and dock still receive the event
** Branch linked: lp:ubuntu/maverick/cairo-dock-plug-ins
--
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to cairo-dock in Ubuntu.
https://bugs.launchpad.net/bugs/537115
Title:
Click at the position where icon label was, the icon and dock still
receive the event
Status in Cairo-Dock : Core:
Fix Committed
Status in “cairo-dock” package in Ubuntu:
Invalid
Bug description:
define a new dock as panel (like gnome panel) at top of screen, and
enable plugins such as alsaMixer, clock, powermanager
configure the panel (dock) as "prevent apps overlap dock", open a
application window (gVim for example) and make it maximized.
Move mouse onto clock applet, a clock label shows on top of the gVim
window title bar; move mouse down to the gVim "close" button, click,
then calendar window shows up.
Root Cause:
When mouse moves onto a icon, the label appears, and the dock height grows. But when mouse left icon, label disapeared, but dock didn't shrink, and think it still has focus.
Resolution:
Send "leave" event to dock when mouse left icon
References