pgAdmin 4 commit: Suppress Enter key presses in Alertify dialogues when

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Suppress Enter key presses in Alertify dialogues when
Date: 2019-10-30 10:42:10
Message-ID: E1iPlQY-000214-2L@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Suppress Enter key presses in Alertify dialogues when the come from Select2 controls to allow item selection with Enter. Fixes #4610

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 1 +
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-10-30 10:42:43 Re: [pgAdmin][RM4610] Enter key on search box for dropdown intercepted by modal
Previous Message Dave Page 2019-10-30 10:14:00 Re: [pgAdmin][RM4351] Confirm before close of properties dialog if changes not saved