pgAdmin 4 commit: Fixed an issue where slider jumps up when new rows ge

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where slider jumps up when new rows ge
Date: 2020-04-21 08:00:29
Message-ID: E1jQnpV-0004pb-AN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where slider jumps up when new rows get loaded while scrolling down in the DataView panel in the query tool. Fixes #3269

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8d4f3c07c777d57cf0e89af8ed06b0e7886f37ab
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
web/pgadmin/tools/sqleditor/__init__.py | 11 ++++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 48 ++++++++++++++--------
3 files changed, 42 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-21 08:01:38 Re: [pgAdmin][RM4545]: In grant wizard, last object is not selectable
Previous Message Shubham Agarwal 2020-04-21 07:48:29 Re: [pgAdmin 4 - Housekeeping #5255] Implement Selenium Grid using multi-threading & solenoid using current test framework