pgAdmin 4 commit: Fixed tab key navigation issue for parameters in tabl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed tab key navigation issue for parameters in tabl
Date: 2020-04-06 07:43:53
Message-ID: E1jLMQD-00055E-MN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed tab key navigation issue for parameters in table dialog. Fixes #5275

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ceeb392683ab6c3c845a8572e47377813325b84
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../servers/databases/schemas/static/js/schema.js | 18 +++++++++++++++++-
web/pgadmin/browser/static/js/node.js | 11 +++++++++++
3 files changed, 29 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-06 07:46:40 Re: [pgAdmin][RM4512] PgAgent Jobs: The Calendar is not opening properly on the Exception tab inside schedules tab
Previous Message Pradip Parkale 2020-04-03 15:45:22 [PgAdmin][RM5275] Accessibilty :Tab navigation is not working for table>> parameters.