pgAdmin 4 commit: Fix accessibility issues:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix accessibility issues:
Дата
Msg-id E1iVUIX-0002dX-EL@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM3538] Reset button does not get enabled till all themandatory fields provided with value in any dialogue.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [RM#4935] Accessibility related issues