Re: [pgAdmin][RM5241] : Tab key navigation is not working in Grant wizard.

Поиск
Список
Период
Сортировка
От Pradip Parkale
Тема Re: [pgAdmin][RM5241] : Tab key navigation is not working in Grant wizard.
Дата
Msg-id CAJ9T6Su=AhDcj6Lnbuw1Jwy8445ZOWE=uwfrSi-08=2zpFaBLg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgAdmin][RM5241] : Tab key navigation is not working in Grant wizard.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Ответы Re: [pgAdmin][RM5241] : Tab key navigation is not working in Grant wizard.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi Akshay,

Please find the attached patch.

On Fri, Mar 27, 2020 at 1:17 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Pradip

Following things are not working, please fix and resend the patch: 

Object selection (First) Page:
  • If there is no object in the backgrid to select then tab navigation not proceed after the headers.
Fixed. 
  • Tab navigation not working for 'Select All' checkbox in the backgrid cell.
Fixed. 
Privileges selection (Second) Page:
  • Tab navigation not working for the 'Delete' button in the backgrid cell.
This logic was added even before my patch(1st Patch). User needs to press the 'space' key to delete the privilege added. 

On Fri, Mar 27, 2020 at 9:47 AM Pradip Parkale <pradip.parkale@enterprisedb.com> wrote:
Hi Hackers,

Attached is a patch for tab key navigation on grant_wizard. 

This patch includes:
  1. Added code to make tab navigation working in grant_wizard.
  2. Added entry for .scss to change the shadow of  'ajs-close' button.
This patch also includes the code to allow the user to use the keyboard to update the Backgrid cell DateTime picker control.


--
Thanks & Regards,
Pradip Parkale
QMG, EnterpriseDB Corporation


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246


--
Thanks & Regards,
Pradip Parkale
QMG, EnterpriseDB Corporation
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM2172] Search Objects Functionality
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed tab key navigation issue for Grant Wizard. Fixe