pgAdmin 4 commit: Allow screen-reader to read label & description of no

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow screen-reader to read label & description of no
Date: 2020-01-28 06:07:47
Message-ID: E1iwK2N-0003la-03@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow screen-reader to read label & description of non-textable elements. Fixes #4762.
Allow screen-reader to identify the alert errors. Fixes #4763

Added role alertdialog for confirm and alert dialog.
Added role status for all status bars/banners.
Added role alert for error bars.
Added aria-labelledby for charts on each dashboard.
Added tabindex for each chart so that it is navigable using tab key.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_18.rst | 2 ++
.../servers/templates/servers/password.html | 2 +-
.../servers/templates/servers/tunnel_password.html | 2 +-
web/pgadmin/browser/static/js/browser.js | 8 +++---
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/browser/static/js/node.js | 6 ++---
web/pgadmin/browser/static/js/wizard.js | 4 +--
.../templates/dashboard/database_dashboard.html | 20 +++++++--------
.../templates/dashboard/server_dashboard.html | 20 +++++++--------
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 29 +++++++++++++++++++---
web/pgadmin/static/js/sqleditor/filter_dialog.js | 2 +-
.../static/js/sqleditor/history/query_history.js | 2 +-
.../tools/datagrid/templates/datagrid/index.html | 1 +
web/pgadmin/tools/debugger/static/js/direct.js | 5 ++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
15 files changed, 66 insertions(+), 41 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-28 06:09:11 Re: [pgAdmin][RM4763][RM4762] Allow screen readers to identify errors and read description of non-textable elements.
Previous Message Khushboo Vashi 2020-01-28 06:03:57 [pgAdmin4][Patch]: Schema Diff Fixes