pgAdmin 4 commit: Fixed an issue where the focus is not properly set on

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 the focus is not properly set on
Date: 2021-02-04 06:15:56
Message-ID: E1l7Xvo-0003OJ-Gg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the focus is not properly set on the filter text editor after closing the error dialog. Fixes #5809

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14036b7aeb608a5a23bf40fc3b0465526ccb7b36
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst | 1 +
web/pgadmin/tools/datagrid/static/js/show_data.js | 16 +++++++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-04 06:16:27 Re: [pgAdmin][PM-6045]: Filtered Rows along with Shift+Enter submit can result in confusing UX.
Previous Message Akshay Joshi 2021-02-04 06:03:48 Re: [pgAdmin][RM-6143]: Shared server entries not getting deleted.