pgAdmin 4 commit: Ensure the scroll location is retains in the query to

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the scroll location is retains in the query to
Date: 2017-11-23 09:07:50
Message-ID: E1eHnU6-0007ea-NJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the scroll location is retains in the query tool data grid if the user changes tab and then returns. Fixes #2875

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38f111d969d3faee673afad7dd0cd147f86758f7
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 34 ++++++++++++++++++++--
1 file changed, 31 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-23 09:07:57 Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool
Previous Message Dave Page 2017-11-23 09:02:05 pgAdmin 4 commit: Fix bundle creation on Windows which was failing due