Hi Hackers,
Attached is the patch on top of initial patch for:
- screen reader to read elements in radio modern control
- minor accessibility(aria-label) additions at few missing places
- Radiocontrol to have different ids for each options
Please review.
Regards,
Ganesh Jaybhay
On Tue
Hi,
PFA patch to fix the issue with chrome driver download utility due to which
it was failing on Ubuntu 18.04 with following error.
(venv3_pg) murtuza@ubuntu:~/projects/pgadmin4/tools (master)$ python
get_chromedriver.py /opt/google/chrome/chrome /tmp
The specified Chrome executable output an un
Fixed chrome driver download utility issue for Ubuntu. Fixes #4942
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7cc30e32168aefe2925631291b71ada457320619
Author: Murtuza Zabuawala
Modified Files
--
docs/en_US/release_notes_4_20.
Thanks, patch applied.
On Wed, Mar 11, 2020 at 3:38 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fix the issue with chrome driver download utility due to
> which it was failing on Ubuntu 18.04 with following error.
>
> (venv3_pg) murtuza@ubuntu:~/projec
Fixed some accessibility issues:
1) Screen reader to read elements in radio modern control.
2) Aria-label additions at few missing places.
3) Radiocontrol to have different ids for each option.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65
Thanks, patch applied.
On Wed, Mar 11, 2020 at 2:43 PM Ganesh Jaybhay <
ganesh.jayb...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Attached is the patch on top of initial patch for:
>
>- screen reader to read elements in radio modern control
>- minor accessibility(aria-label) additions at