From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add keyboard navigation options for the main browser |
Date: | 2018-02-02 13:28:45 |
Message-ID: | E1ehbOX-0001tm-5o@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Add keyboard navigation options for the main browser windows. Fixes #2895
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=262d01bf01e3a38a01bc1b368ca601d3cc6a7960
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Modified Files
--------------
.../preferences_browser_keyboard_shortcuts.png | Bin 0 -> 138013 bytes
docs/en_US/keyboard_shortcuts.rst | 22 +++
docs/en_US/preferences.rst | 7 +
libraries.txt | 1 +
web/package.json | 1 +
web/pgadmin/browser/__init__.py | 110 ++++++++++++++
web/pgadmin/browser/static/js/browser.js | 9 +-
web/pgadmin/browser/static/js/keyboard.js | 159 +++++++++++++++++++++
web/pgadmin/browser/static/js/panel.js | 3 +-
web/pgadmin/browser/templates/browser/index.html | 14 +-
.../feature_tests/keyboard_shortcut_test.py | 95 ++++++++++++
web/pgadmin/static/css/pgadmin.css | 13 ++
web/pgadmin/static/js/keyboard_shortcuts.js | 5 +-
.../static/js/sqleditor/query_tool_actions.js | 5 +
web/webpack.shim.js | 2 +
web/yarn.lock | 4 +
16 files changed, 438 insertions(+), 12 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-02-02 13:37:41 | Re: [pgAdmin4][Patch]: RM # 2895 - All the controls and display elements in the main window to be accessible using the tab key in an appropriate order |
Previous Message | Murtuza Zabuawala | 2018-02-02 12:51:39 | [pgAdmin4][RM#3016] Properly display notices in case of error |