pgAdmin 4 commit: Fix accessibility issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix accessibility issues:
Date: 2019-11-15 05:37:33
Message-ID: E1iVUIX-0002dX-EL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix accessibility issues:
1) Suppress ESC key presses in Alertify dialogues when the come from Select2 controls (It also closes the alertify dialog when 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-11-15 05:37:49 Re: [RM#4935] Accessibility related issues
Previous Message Aditya Toshniwal 2019-11-15 05:29:38 [pgAdmin][RM3538] Reset button does not get enabled till all the mandatory fields provided with value in any dialogue.