pgAdmin 4 commit: Fixed keyboard navigation for Select2 and Privilegec - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed keyboard navigation for Select2 and Privilegec
Date
Msg-id E1gltsc-0005hP-K0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed keyboard navigation for Select2 and Privilege cell in Backgrid Fixes #3908

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea87d6da8f8bcd76bff8737c3d311cb2254668cc
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |  3 +-
.../schemas/tables/column/static/js/column.js      | 34 +----------
.../server_groups/servers/static/js/privilege.js   | 67 ++++++++++++++++++++--
web/pgadmin/static/js/backgrid.pgadmin.js          | 18 ++++++
web/pgadmin/static/scss/_pgadmin.style.scss        |  4 ++
5 files changed, 88 insertions(+), 38 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM3908] backgrid navigation fix for Select2Cell and PrivilegeCell