GNOME Bugzilla – Bug 645613
Links in notifications stopped working
Last modified: 2011-03-25 22:50:24 UTC
This is likely because we made the notification actor a StButton.
Created attachment 184167 [details] [review] messageTray: fix clicking on links again The change to make Notification an StButton (06d2c0af, bug 642978) broke links, because the link actor would ignore the button-press-event, allowing the notification actor to receive it and get a pointer grab, and so the link actor would never see the button-release-event. Fix that by accepting and discarding the button-press-event.
Review of attachment 184167 [details] [review]: Good to commit once we get a permission to do so.
Not sure about comment conventions in the shell code base, but I'd add a comment there why it is useful to connect a trivial signal handler...
Review of attachment 184167 [details] [review]: +2 from release team and sign-off from me. (Matthias's suggested comment might indeed be useful.)
Attachment 184167 [details] pushed as 31b1263 - messageTray: fix clicking on links again