pgAdmin 4 commit: Fixed keyboard navigation for Select2 and Privilege c

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed keyboard navigation for Select2 and Privilege c
Date: 2019-01-22 11:06:06
Message-ID: E1gltsc-0005hP-K0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-22 11:07:51 Re: [pgAdmin4][RM3908] backgrid navigation fix for Select2Cell and PrivilegeCell
Previous Message Akshay Joshi 2019-01-22 10:59:03 Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation