[gnome-shell] layout: fix keyboard in modal dialogs



commit ef57c9ff8381d2994a9026c3014cb991e972561a
Author: Dan Winship <danw gnome org>
Date:   Thu Sep 1 11:02:50 2011 -0400

    layout: fix keyboard in modal dialogs
    
    Fix the keyboard in modal dialogs (such as the run dialog) by raising
    it above the ModalDialog lightbox so you can use it to type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657986

 js/ui/layout.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 15b3a07..72608d3 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -265,6 +265,7 @@ LayoutManager.prototype = {
 
     showKeyboard: function () {
         Main.messageTray.hide();
+        this.keyboardBox.raise_top();
         Tweener.addTween(this.keyboardBox,
                          { anchor_y: this.keyboardBox.height,
                            time: KEYBOARD_ANIMATION_TIME,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]