pgAdmin 4 commit: Fix main window tab navigation accessibility issue:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix main window tab navigation accessibility issue:
Date: 2019-11-15 06:03:42
Message-ID: E1iVUhq-0004LZ-Bq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix main window tab navigation accessibility issue:
1) Dashboard -> Server Activity grid: terminate the session, cancel active button not navigable using tab key.
2) SQL -> If the focus inside code mirror control tab navigation not working.

Fixes #4930

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=397a1b9616c55bd9afd9737e05e9df633fd8a6c7
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/browser/static/js/keyboard.js | 2 +-
web/pgadmin/dashboard/static/js/dashboard.js | 7 +++++++
web/pgadmin/static/bundle/codemirror.js | 12 ++++++++++++
web/pgadmin/static/scss/_pgadmin.style.scss | 4 ++++
5 files changed, 25 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-11-15 06:04:08 Re: [pgAdmin][RM4930] [Accessibility] Main window tan navigation
Previous Message Akshay Joshi 2019-11-15 05:37:49 Re: [RM#4935] Accessibility related issues