From db2e6e5b9529c8af3b17767caefc99b2b3963332 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 20 May 2013 21:45:30 +0200 Subject: [PATCH] keyboard: don't raise to the top when showing The stacking is already correct due to the grouping, and calling raise_top() results in the keyboard above the OSDs. https://bugzilla.gnome.org/show_bug.cgi?id=700620 --- js/ui/layout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/layout.js b/js/ui/layout.js index 7cc7d4869..c49329243 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -686,7 +686,6 @@ const LayoutManager = new Lang.Class({ }, showKeyboard: function () { - this.keyboardBox.raise_top(); Tweener.addTween(this.keyboardBox, { anchor_y: this.keyboardBox.height, time: KEYBOARD_ANIMATION_TIME,