GNOME Bugzilla – Bug 642726
StWidget: unset hover when unmapped
Last modified: 2011-02-21 20:11:18 UTC
This fixes the cases when the banner would not expand on hover or the summary would hide if you mouse to the left past the last summary item. It ensures that the correct value is returned for this._summaryNotificationBoxPointer.bin.hover in MessageTray::_onTrayHoverChanged() after the summary notification was hidden with Esc or because the user clicked on it or one of its actions. When the correct value is returned, we correctly proceed with handling the tray hover.
Created attachment 181298 [details] [review] StWidget: unset hover when unmapped This ensures that the hover property doesn't return true after the widget is unmapped while being hovered over.