pgAdmin 4 commit: Set proper focus on tab navigation for file manager d

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Set proper focus on tab navigation for file manager d
Date: 2020-01-31 06:14:28
Message-ID: E1ixPZU-0006z0-M9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Set proper focus on tab navigation for file manager dialog. Fixes #5107.

Initial patch sent by Ganesh Jaybhay

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=989aa462f77d90d0da07862fc38f220d36135b12
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_18.rst | 3 +-
.../misc/file_manager/static/js/create_dialogue.js | 7 +-
.../misc/file_manager/static/js/select_dialogue.js | 3 -
web/pgadmin/misc/file_manager/static/js/utility.js | 85 +++++++++++++++++++---
.../file_manager/static/scss/_file_manager.scss | 13 ++++
.../file_manager/templates/file_manager/index.html | 24 +++---
web/pgadmin/static/js/backgrid.pgadmin.js | 5 +-
7 files changed, 109 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-31 06:15:10 Re: [pgAdmin4][RM#5107] Add tab navigation for tabs under explain panel in query tool
Previous Message Aditya Toshniwal 2020-01-30 08:25:13 Re: [pgAdmin][RM4993] [Accessibility] Read-only controls and disabled controls needs to be separately identified