pgAdmin 4 commit: Use separate editor for Select2Cell.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use separate editor for Select2Cell.
Date: 2016-04-04 10:06:54
Message-ID: E1an1PK-0005ko-Qw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-04 10:07:09 Re: Patch: Added select2cell editor for backgrid [pgAdmin4]
Previous Message Ashesh Vashi 2016-04-04 07:54:03 Re: PATCH: pgadmin 4: FTS Parser