pgAdmin 4 commit: 1) Fixed an issue where shortcut keys are not working - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed an issue where shortcut keys are not working
Date
Msg-id E1lUlJ8-0008EI-M2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Fixed an issue where shortcut keys are not working with manage macro. Fixes #5908
2) Fixed an issue where the cursor shifts its focus to the wrong window for all the query tool related model dialogs.
Fixes #6161

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49095ccba6147b0e814afd1d9676e82785aab9b5
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                   |  2 ++
.../misc/file_manager/static/js/create_dialogue.js |  2 +-
web/pgadmin/static/js/sqleditor/macro.js           | 11 ++++++++++
.../static/js/sqleditor/new_connection_dialog.js   | 11 ++++++++++
web/pgadmin/static/js/sqleditor_utils.js           | 21 +++++++++++++++++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 24 +++++++++++++++-------
6 files changed, 61 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: [pgAdmin][patch] [Macro support] RM5908 Shortcut keys should be working with Manage macro & RM6161 Macro SQL input box cursor issue.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] [Macro support] RM5908 Shortcut keys should be working with Manage macro & RM6161 Macro SQL input box cursor issue.