GNOME Bugzilla – Bug 683628
MessageTray: fix unexpanded height when receiving multiple telepathy messages
Last modified: 2012-09-10 08:42:07 UTC
ClutterBinLayout is so amazingly broken: it uses the y_expand property to find out if the children needs to honor alignment/fill, but that property is "bubbled up" from the grand-children, so the notificationWidget would notice the y_expand on the notificationBin (necessary to make the layout manager on notificationWidget honor the alignment property for the bin), and would receive the full height of the MessageTray actor from the parent's layout manager, resulting in a notificationWidget shifting up, with the notification detached from the screen.
Created attachment 223812 [details] [review] MessageTray: fix unexpanded height when receiving multiple telepathy messages
Fix ClutterBinLayout?
Nah, it's one of the Clutter 2.0 "compatibility" cantfix.
Review of attachment 223812 [details] [review]: Works for me.
Attachment 223812 [details] pushed as 9f48adc - MessageTray: fix unexpanded height when receiving multiple telepathy messages