pgAdmin 4 commit: Fix an issue where the user can not change the value

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where the user can not change the value
Date: 2020-03-10 07:51:26
Message-ID: E1jBZfi-00014o-Dp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where the user can not change the value of DateTime picker control using keyboard. Fixes #4237.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_20.rst | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 104 ++++++++++++++++++++++++++++++
2 files changed, 105 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-03-10 07:53:50 Re: [PgAdmin][RM4237]: User can not change value of Datetime picker control using keyboard (Accessibility).
Previous Message Pradip Parkale 2020-03-10 07:47:22 Re: [PgAdmin][RM4237]: User can not change value of Datetime picker control using keyboard (Accessibility).