pgAdmin 4 commit: Added aria-label to provide an invisible label where

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added aria-label to provide an invisible label where
Date: 2019-12-03 07:17:53
Message-ID: E1ic2RV-0002pY-IZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added aria-label to provide an invisible label where a visible label cannot be used. Fixes #4772.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0a67b2ecb95df0859d6eb87b9cf9dcde24142df1
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
.../servers/templates/servers/password.html | 8 +-
.../servers/templates/servers/tunnel_password.html | 8 +-
web/pgadmin/browser/static/js/browser.js | 4 +-
web/pgadmin/browser/static/js/menu.js | 1 +
web/pgadmin/browser/static/js/node.js | 3 +-
web/pgadmin/browser/templates/browser/index.html | 9 +--
web/pgadmin/dashboard/static/js/dashboard.js | 6 +-
.../templates/dashboard/database_dashboard.html | 8 +-
.../templates/dashboard/server_dashboard.html | 4 +-
.../templates/dashboard/welcome_dashboard.html | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 89 +++++++++++++++++-----
.../static/js/sqleditor/query_tool_preferences.js | 65 +++++++++++-----
web/pgadmin/static/scss/_bootstrap.overrides.scss | 18 ++++-
web/pgadmin/static/vendor/backform/backform.js | 6 +-
web/pgadmin/static/vendor/backgrid/backgrid.js | 41 +++++++++-
16 files changed, 201 insertions(+), 72 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-03 07:18:38 Re: [pgAdmin][RM4772][Accessibility] Provide aria-label to an invisible label where a visible label cannot be used
Previous Message Akshay Joshi 2019-12-03 06:22:26 Re: [pgAdmin 4][Patch] - RM #4923 - Enhancement for RM#3279