After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642726 - StWidget: unset hover when unmapped
StWidget: unset hover when unmapped
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Dan Winship
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-19 02:21 UTC by Marina Zhurakhinskaya
Modified: 2011-02-21 20:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
StWidget: unset hover when unmapped (923 bytes, patch)
2011-02-19 02:22 UTC, Marina Zhurakhinskaya
committed Details | Review

Description Marina Zhurakhinskaya 2011-02-19 02:21:49 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.
Comment 1 Marina Zhurakhinskaya 2011-02-19 02:22:30 UTC
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.