pgAdmin 4 commit: 1) Added aria-label to buttons used in graphical expl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added aria-label to buttons used in graphical expl
Date: 2019-12-31 07:55:00
Message-ID: E1imCMm-00049S-Eo@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added aria-label to buttons used in graphical explain plan.
2) Fixed minor issue where we use dialog tab navigator keyboard shortcut only on visible tabs.
3) Fixed an issue where Zoom in, Zoom out, Zoom to original and Download button should not blur the focus after a click on them.

Initial patch sent by Murtuza Zabuawala.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=37f76142fb9c0681a7a4634da98f85ca3a4eeca9
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/static/explain/js/explain.js | 20 ++++++++++----------
web/pgadmin/static/js/dialog_tab_navigator.js | 12 ++++++------
2 files changed, 16 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-31 07:55:20 Re: [pgAdmin4][RM#4772] Add aria-label attribute to buttons used in graphical explain plan
Previous Message Aditya Toshniwal 2019-12-27 11:56:05 Re: [Feature-3452] Schema diff tool with Table, View, Materialized View, Functions and Procedures