[gnome-shell/wip/paging-release2: 16/20] appDisplay: Start always at page 0 in AllView



commit 52fdbc96e9b23e641c5f8ce91604add415ea4823
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 19 14:02:02 2013 +0200

    appDisplay: Start always at page 0 in AllView
    
    Reset the AllView scroll adjustment between overview openings,
    following design reasons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706081

 js/ui/appDisplay.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index ea95faf..d19e46d 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -325,6 +325,8 @@ const AllView = new Lang.Class({
         // we have to tell pagination that the adjustment is not correct (since the allocated size of 
pagination changed)
         // For that problem we return to the first page of pagination.
         this._paginationInvalidated = false;
+
+        Main.overview.connect('hidden', Lang.bind(this, function() {this.goToPage(0, true);}));
     },
 
     _onNPagesChanged: function(iconGrid, nPages) {


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