pgAdmin 4 commit: Added role=status attribute to all the status message

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added role=status attribute to all the status message
Date: 2019-12-02 08:48:57
Message-ID: E1ibhO5-0001Sj-D2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added role=status attribute to all the status messages for accessibility. Fixes #4773.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cccc6e56760317c8b046b51f5974b9cf22b32c15
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 10 +++++-----
web/pgadmin/static/js/sqleditor/filter_dialog.js | 2 +-
web/pgadmin/tools/user_management/static/js/user_management.js | 2 +-
5 files changed, 9 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2019-12-02 08:54:42 [pgAdmin 4][Patch] - RM #4953 - Unable to retrieve table node if trigger is already disabled and user Click on Enable All
Previous Message Akshay Joshi 2019-12-02 07:02:26 Re: [RM4396] Definition update of MATERIALIZED VIEW loses indexes