pgAdmin 4 commit: Ensure that element should get highlighted when they

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that element should get highlighted when they
Date: 2019-05-15 12:12:15
Message-ID: E1hQslb-0008PX-Ea@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that element should get highlighted when they get focus on using Tab key. Fixes #4245

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_7.rst | 1 +
web/pgadmin/browser/static/js/panel.js | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-05-15 12:12:50 Re: [pgAdmin][RM4245] Elements does not highlight when they get focus (Accessibility)
Previous Message Akshay Joshi 2019-05-15 11:09:12 Re: [pgAdmin][RM4227] Tab key navigation for is not working on Maintenance dialog (Accessibility)