pgAdmin 4 commit: Ensure clickable images/buttons have appropriate tool

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure clickable images/buttons have appropriate tool
Date: 2018-01-22 10:37:59
Message-ID: E1edZUF-00013V-TO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure clickable images/buttons have appropriate tooltips for screen readers. Fixes #2904

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/static/js/variable.js | 2 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 8 ++++++++
web/pgadmin/static/js/backform.pgadmin.js | 6 +++---
web/pgadmin/static/js/backgrid.pgadmin.js | 6 +++---
4 files changed, 15 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-22 10:38:12 Re: [pgAdmin4][Patch]: RM #2904: As a visually impaired user I need all buttons in the application to have appropriate tooltips for my screen reader to interpret
Previous Message Dave Page 2018-01-22 10:35:39 pgAdmin 4 commit: Update ESLint requirement to support --fix-dry-run