pgAdmin 4 commit: Set proper focus on tab navigation for file manager d

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Set proper focus on tab navigation for file manager d
Date: 2020-02-07 05:44:14
Message-ID: E1izwR4-0002ZY-Q8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Set proper focus on tab navigation for file manager dialog. Fixes #5107
- Show focus when the Tab key is pressed
- Pressing the Enter key on C:\ drive does not open it on Windows

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c9500a51228f386565e2897d96314fa675d43331
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_19.rst | 20 ++++++++++++++++++++
web/pgadmin/misc/file_manager/static/js/utility.js | 4 ++--
.../misc/file_manager/static/scss/_file_manager.scss | 16 ++++++++++++++++
4 files changed, 39 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-07 05:44:32 Re: [pgAdmin4][RM#5107] Add tab navigation for tabs under explain panel in query tool
Previous Message Akshay Joshi 2020-02-06 13:51:00 pgAdmin 4 commit: Tag REL-4_18 has been created.