GNOME Bugzilla – Bug 673046
Video preview is always behind the incoming video
Last modified: 2012-03-30 15:40:36 UTC
Looks like a regression in master because it works fine with 3.4.0.
The regression has been introduced by this commit. Cosimo: any idea? If not I'll probably revert it for 3.4.1. commit d9c6227d30e2eb6521421c01f03749e8a4c576e9 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Thu Mar 22 18:25:41 2012 -0400 call-window: use a ClutterBoxLayout to separate previews/toolbar It's way easier to use a ClutterBoxLayout to ensure the preview rectangles and the floating toolbar don't overlap. This way, we can get rid of some complicated manual UI layouting code and just a margin to set the bottom spacing for the floating toolbar. Also, this makes the code not dependent on a hardcoded toolbar size anymore. https://bugzilla.gnome.org/show_bug.cgi?id=672560
Created attachment 210875 [details] [review] call-window: raise the overlay actor instead of individual actors This seems to solve the bug.
Review of attachment 210875 [details] [review]: That solved the bug for me; thanks a lot. Please merge to master (I didn't branch yet).
Attachment 210875 [details] pushed as 92f20f6 - call-window: raise the overlay actor instead of individual actors