From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Allow keyboard navigation of all controls on subnode |
Date: | 2019-07-11 09:14:04 |
Message-ID: | E1hlV9Q-0004UU-Hu@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Allow keyboard navigation of all controls on subnode grids. Partially fixes #3919
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4cbc1f2f59192f6461cfeea96aec2d3ee5df5f06
Author: Ganesh Jaybhay <ganesh(dot)jaybhay(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 23 +++
docs/en_US/release_notes_4_11.rst | 1 +
.../browser/register_browser_preferences.py | 15 ++
web/pgadmin/browser/static/js/keyboard.js | 8 +
web/pgadmin/static/js/backform.pgadmin.js | 19 +-
web/pgadmin/static/js/backgrid.pgadmin.js | 226 +++++++++++++++++++--
web/pgadmin/static/js/dialog_tab_navigator.js | 23 ++-
web/pgadmin/static/scss/_backgrid.overrides.scss | 4 +
web/pgadmin/static/scss/_pgadmin.style.scss | 9 +-
9 files changed, 296 insertions(+), 32 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2019-07-11 09:14:27 | Re: [pgAdmin4][patch] Keyboard accessibility for sub-node control |
Previous Message | Dave Page | 2019-07-11 08:23:29 | Re: RE-SQL tests patch for packages node |