pgAdmin 4 commit: Ensure arrow keys work correctly when the pane is foc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure arrow keys work correctly when the pane is foc
Date: 2017-07-21 12:34:03
Message-ID: E1dYX87-0007ky-PA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure arrow keys work correctly when the pane is focused instead of the tab in the query tool history.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7182b5997627405449bdd0fed65aeb6de19c0a4f
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/jsx/history/query_history.jsx | 17 +++++++++--------
web/pgadmin/static/scss/sqleditor/_history.scss | 1 +
.../javascript/history/query_history_spec.jsx | 8 ++++----
3 files changed, 14 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-21 12:34:11 Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling
Previous Message Dave Page 2017-07-21 12:28:06 Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling