[gnome-shell] keyboard: don't try to move windows out of the way of the keyboard
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] keyboard: don't try to move windows out of the way of the keyboard
- Date: Thu, 22 Sep 2011 11:55:31 +0000 (UTC)
commit 57b1695fcf1310f9ce704a80189163a299bec0b2
Author: Dan Winship <danw gnome org>
Date: Wed Sep 21 12:47:39 2011 -0400
keyboard: don't try to move windows out of the way of the keyboard
This code was never tested very well, and has several problems
currently (windows creeping down and to the right, windows snapping to
a different location after you move them). To be fixed in 3.4.
https://bugzilla.gnome.org/show_bug.cgi?id=659643
js/ui/keyboard.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
index 9cfb902..ffcb387 100644
--- a/js/ui/keyboard.js
+++ b/js/ui/keyboard.js
@@ -492,11 +492,11 @@ Keyboard.prototype = {
},
SetCursorLocation: function(x, y, w, h) {
- this._setLocation(x, y);
+// this._setLocation(x, y);
},
SetEntryLocation: function(x, y, w, h) {
- this._setLocation(x, y);
+// this._setLocation(x, y);
},
get Name() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]