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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Set proper focus on tab navigation for file manager d
Дата
Msg-id E1ixPZU-0006z0-M9@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM4993] [Accessibility] Read-only controls and disabledcontrols needs to be separately identified
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][RM#5107] Add tab navigation for tabs under explainpanel in query tool