pgAdmin 4 commit: Prevent the geometry viewer grabbing key presses when

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent the geometry viewer grabbing key presses when
Date: 2019-06-05 11:00:20
Message-ID: E1hYTeW-0001LB-8z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent the geometry viewer grabbing key presses when not in focus under Firefox, IE and Edge. Fixes #4255

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_9.rst | 1 +
web/package.json | 2 +-
web/pgadmin/static/js/sqleditor/geometry_viewer.js | 6 ++++++
web/yarn.lock | 14 ++++++++------
4 files changed, 16 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-05 11:00:25 Re: [RM4255] Geometry Viewer captures keys in Firefox, Edge and Internet Explorer
Previous Message Akshay Joshi 2019-06-05 08:59:56 Re: [pgAdmin][RM4035] ELSIF not correctly highlighted in editor