pgAdmin 4 commit: Fix keyboard navigation in "inner" tabsets such as th

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix keyboard navigation in "inner" tabsets such as th
Date: 2019-06-10 10:10:52
Message-ID: E1haHGO-0006yp-NY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix keyboard navigation in "inner" tabsets such as the Query Tool and Debugger. Fixes #4195

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f561c0cee6a6d9d3f8212657b7da701faf1f35d3
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 20 ++--
docs/en_US/release_notes_4_9.rst | 1 +
web/pgadmin/static/js/keyboard_shortcuts.js | 107 +++++++++++++--------
web/pgadmin/static/js/utils.js | 4 +
web/pgadmin/tools/debugger/__init__.py | 26 ++++-
web/pgadmin/tools/debugger/static/js/direct.js | 30 ++++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 58 ++++++-----
.../sqleditor/utils/query_tool_preferences.py | 26 ++++-
web/pgadmin/utils/preferences.py | 2 +-
.../javascript/common_keyboard_shortcuts_spec.js | 28 +++++-
web/regression/javascript/pgadmin_utils_spec.js | 20 +++-
11 files changed, 227 insertions(+), 95 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-10 10:11:02 Re: [pgAdmin][RM4195] Tab navigation is broken in Query tool (Accessibility)
Previous Message Aditya Toshniwal 2019-06-10 09:35:14 Re: [pgAdmin][RM4310] User can not connect to the Master Password with Enter button