pgAdmin 4 commit: Ensure that the Return key can be used to submit the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the Return key can be used to submit the
Date: 2019-06-10 13:04:02
Message-ID: E1haJxy-0005mu-DW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the Return key can be used to submit the Master Password dialogue. Fixes #4310
Ensure that browser auto-fill doesn't cause Help pages to be opened unexpectedly. Fixes #4317

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2ca11c84e840de5a59d0dd96348db12fd5556ced

Modified Files
--------------
docs/en_US/release_notes_4_9.rst | 2 ++
web/pgadmin/browser/static/js/browser.js | 24 +++++-----------------
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 11 ++++++++++
3 files changed, 18 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-10 13:04:10 Re: [pgAdmin][RM4310] User can not connect to the Master Password with Enter button
Previous Message Aditya Toshniwal 2019-06-10 12:57:48 Re: [pgAdmin][RM4329] Initialization error when parameterised functions debugged in parallel in two separate tabs