pgAdmin 4 commit: Fix an accessibility issue to maximize the panel for

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an accessibility issue to maximize the panel for
Date: 2020-03-06 13:17:31
Message-ID: E1jACr5-0002sv-MT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an accessibility issue to maximize the panel for all alertify dialog. Fixes #5143

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82155cd859cc5d8a2165c9ed2db25815751698c5
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_20.rst | 20 +++++++++++++
web/pgadmin/about/static/js/about.js | 12 ++++++--
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 23 +++++++++++++--
web/pgadmin/static/js/alertify/dialog_wrapper.js | 8 -----
.../tools/grant_wizard/static/js/grant_wizard.js | 34 ++++++++++++++++++++--
6 files changed, 82 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-03-06 13:18:38 Re: [pgAdmin][RM5154] [Accessibility] : Alertify
Previous Message Akshay Joshi 2020-03-06 12:30:26 Re: [pgAdmin][RM4993] [Accessibility] Read-only controls and disabled controls needs to be separately identified