pgAdmin 4 commit: Fix accessibility issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix accessibility issues:
Date
Msg-id E1iVUIX-0002dX-EL@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix accessibility issues:
1) Suppress ESC key presses in Alertify dialogues when the come from Select2 controls (It also closes the alertify
dialogwhen user try to close Select2 using ESC key) 
2) Do not allow Tabindex focus on Switch control when it is disbaled
3) Tab keyboard shortcut navigation does not work in wcDocker iframe.

Fixes #4935

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a5d98cf19a02fc83b3000292c9dcaf7d6dadee0
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst                  | 1 +
web/pgadmin/browser/static/js/keyboard.js          | 5 +++--
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 2 +-
web/pgadmin/static/js/backform.pgadmin.js          | 3 ++-
4 files changed, 7 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM3538] Reset button does not get enabled till all themandatory fields provided with value in any dialogue.
Next
From: Akshay Joshi
Date:
Subject: Re: [RM#4935] Accessibility related issues