Re: [pgAdmin][RM5197] Accessibility issues of external packages

2020-06-07 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jun 5, 2020 at 5:02 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to update Codemirror version to latest which allows > us to set screen reader labels on Codemirror editor. This is part of #5197. > Please rev

Re: [pgAdmin][RM5197] Accessibility issues of external packages

2020-06-05 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to update Codemirror version to latest which allows us to set screen reader labels on Codemirror editor. This is part of #5197. Please review. On Fri, Apr 3, 2020 at 5:14 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Thu, Apr 2, 2020 at 4:46 PM Aditya

Re: [pgAdmin][RM5197] Accessibility issues of external packages

2020-04-03 Thread Akshay Joshi
Thanks, patch applied. On Thu, Apr 2, 2020 at 4:46 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will replace the existing color picker - > spectrum-colorpicker with @simonwep/pickr. > spectrum-colorpicker has accessibility issues and is not main

[pgAdmin][RM5197] Accessibility issues of external packages

2020-04-02 Thread Aditya Toshniwal
Hi Hackers, Attached patch will replace the existing color picker - spectrum-colorpicker with @simonwep/pickr. spectrum-colorpicker has accessibility issues and is not maintained since long. @simonwep/pickr is actively maintained and the package is improving its accessibility actively. Please rev