pgAdmin 4 commit: Fixed keyboard navigation for dialog tabs. Fixes#386

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed keyboard navigation for dialog tabs. Fixes#386
Дата
Msg-id E1gltlQ-00056O-Tc@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed keyboard navigation for dialog tabs. Fixes #3862

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f731ab730bb74be12d5bf5e8658de04992fcb4fe
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |   1 +
web/pgadmin/browser/static/js/keyboard.js          |   4 +-
web/pgadmin/browser/static/js/node.js              |  21 +++--
web/pgadmin/static/js/dialog_tab_navigator.js      |  22 ++---
.../tools/import_export/static/js/import_export.js |   5 +-
.../javascript/dialog_tab_navigator_spec.js        | 102 +++++++++++++++++++--
6 files changed, 124 insertions(+), 31 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 3853 - Incorrect SQL generated for create script of domain type interval with precision. ERROR: syntax error at or near "["
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation