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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added aria-label to provide an invisible label where
Дата
Msg-id E1ic2RV-0002pY-IZ@gothos.postgresql.org
обсуждение исходный текст
Список 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.toshniwal@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin 4][Patch] - RM #4923 - Enhancement for RM#3279
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4772][Accessibility] Provide aria-label to aninvisible label where a visible label cannot be used