From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Support tab navigation in dialogs. Fixes #2898 |
Date: | 2018-02-27 11:18:42 |
Message-ID: | E1eqdHO-0005NH-0A@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Support tab navigation in dialogs. Fixes #2898
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa1849c13af7f7188c4ed0936eb22796b56a3998
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 75 ++++++-----
web/pgadmin/browser/__init__.py | 30 +++++
web/pgadmin/browser/static/js/keyboard.js | 93 ++++++++------
web/pgadmin/browser/static/js/node.js | 15 ++-
web/pgadmin/browser/static/js/wizard.js | 12 +-
web/pgadmin/static/js/backform.pgadmin.js | 4 +-
web/pgadmin/static/js/dialog_tab_navigator.js | 143 +++++++++++++++++++++
web/pgadmin/static/js/utils.js | 38 ++++++
web/pgadmin/tools/backup/static/js/backup.js | 15 ++-
.../tools/grant_wizard/static/js/grant_wizard.js | 6 +-
.../tools/import_export/static/js/import_export.js | 11 +-
.../tools/maintenance/static/js/maintenance.js | 8 +-
web/pgadmin/tools/restore/static/js/restore.js | 11 +-
.../javascript/dialog_tab_navigator_spec.js | 115 +++++++++++++++++
web/webpack.shim.js | 1 +
15 files changed, 485 insertions(+), 92 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-02-27 11:19:20 | Re: RM2898 Keyboard navigation in dialog tabs (nav tabs) |
Previous Message | Dave Page | 2018-02-27 11:05:24 | Re: [pgadmin4][patch] Solves the bug #3150 |