pgAdmin 4 commit: 1) Ensure that the autofocus is on the input control

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure that the autofocus is on the input control
Date: 2022-08-22 10:30:07
Message-ID: E1oQ4h5-0005i0-3I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Ensure that the autofocus is on the input control for the master password and server password dialogs. Fixes #7633
2) Fixed an XSS vulnerability in the Hostname/Address control in the Server Connection dialog.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_13.rst | 2 ++
web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx | 4 ++--
web/pgadmin/static/js/Dialogs/MasterPasswordContent.jsx | 4 ++--
web/pgadmin/static/js/SchemaView/index.jsx | 4 ++--
4 files changed, 8 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-22 10:31:17 Re: Security Bug on pgadmin 4 6.12
Previous Message Nikhil Mohite 2022-08-22 10:16:50 [pgAdmin][RM-7633]: On startup, autofocus on master password input.