pgAdmin 4 commit: Fixed some accessibility issues in the dialogs:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed some accessibility issues in the dialogs:
Date: 2020-03-19 10:50:31
Message-ID: E1jEskx-0000wJ-QO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed some accessibility issues in the dialogs:
1) Aria-label additions at few missing places.
2) Label additions with  'sr-only' class where hidden labels required.
3) Converted label to span to solve accessibility error.

Fixes #4608

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=96361656e409d9d8ba172000b4d155418b2a302a
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_20.rst | 1 +
.../static/js/fts_configuration.js | 2 +-
.../servers/templates/servers/password.html | 6 ++---
web/pgadmin/static/js/backform.pgadmin.js | 27 +++++++++++-----------
web/pgadmin/static/js/backgrid.pgadmin.js | 1 +
.../tools/maintenance/static/js/maintenance.js | 3 +--
.../restore/static/js/restore_dialog_wrapper.js | 1 +
7 files changed, 21 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-03-19 10:51:53 Re: [Accessibility] RM4608 Few issues in the dialogs.
Previous Message Pradip Parkale 2020-03-19 09:18:08 Re: [Accessibility] RM4608 Few issues in the dialogs.