pgAdmin 4 commit: Fixed query tool keyboard issue where arrow keys were

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed query tool keyboard issue where arrow keys were
Date: 2018-05-09 07:38:07
Message-ID: E1fGJfr-0003pQ-UR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed query tool keyboard issue where arrow keys were not behaving as expected for execute options dropdown. Fixes #3298

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b86a67a412b9d170ce3ce886adb5aa4f63388b1
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 1 +
web/pgadmin/static/js/keyboard_shortcuts.js | 52 +++++++++++++++++++++-
.../tools/datagrid/templates/datagrid/index.html | 10 +++++
3 files changed, 62 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-05-09 07:39:00 Re: [pgAdmin4][RM#3298] Query tool shortcut issue
Previous Message Murtuza Zabuawala 2018-05-09 07:33:53 [pgAdmin4] To make session cookie more secure (Server mode)