pgAdmin 4 commit: Fixed tab key navigation for some dialogs. Fixes #537 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed tab key navigation for some dialogs. Fixes #537
Date
Msg-id E1jOGWW-0006On-DG@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed tab key navigation for some dialogs. Fixes #5371

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a05acb4f992da954be8c59e3af26393988a672df
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  3 +-
.../server_groups/servers/static/js/privilege.js   | 11 ++--
web/pgadmin/browser/static/js/node.js              |  2 +-
web/pgadmin/browser/static/js/wizard.js            | 56 +-------------------
web/pgadmin/browser/templates/browser/index.html   |  2 +-
web/pgadmin/static/js/backform.pgadmin.js          |  1 +
web/pgadmin/static/js/backgrid.pgadmin.js          |  6 +++
web/pgadmin/static/js/utils.js                     | 60 ++++++++++++++++++++++
web/pgadmin/static/vendor/backgrid/backgrid.js     |  3 ++
9 files changed, 83 insertions(+), 61 deletions(-)


pgadmin-hackers by date:

Previous
From: Vishal Sawale
Date:
Subject: Re: [pgAdmin RM#1257] Show system XX properties for sequences node
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: RM 4445 - Ensure all object names in the titleline of the reverse-engineered SQL are *not* quoted.