pgAdmin 4 commit: Use separate editor for Select2Cell. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Use separate editor for Select2Cell.
Date
Msg-id E1an1PK-0005ko-Qw@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use separate editor for Select2Cell.
This allows us to use the Backgrid key navigation as expected.

This has also resulted into an issue - related unresponsive scrollbar
issue in the SubNodeControl.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f7e4e8bea01074fffd0f6f8fc8570a7518ff9137
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/css/overrides.css               |   5 +
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 145 +++++++++++++++++++--
2 files changed, 142 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Functions/Procedures Module
Next
From: Ashesh Vashi
Date:
Subject: Re: Patch: Added select2cell editor for backgrid [pgAdmin4]