Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation
Date: 2019-01-22 10:59:03
Message-ID: CANxoLDc5b+Tx4-nPyKtWP7S4UhJo8bM8qSV7MAfZqTRJanO=EQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks patch applied.

On Tue, Jan 22, 2019 at 2:51 PM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> The patch looks good to me.
>
> On Mon, Jan 21, 2019 at 4:39 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Khushboo
>>
>> Can you please review it.
>>
>> On Wed, Jan 16, 2019 at 12:55 PM Harshal Dhumal <
>> harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> Please find attached updated patch.
>>> In this patch I have fixed two issues:
>>> i. Dialog tab navigation should work even if focus is on footer buttons
>>> (Save, Cancel, etc..)
>>> ii. Focus should be set to first editable element of dialog when tab
>>> cycle goes through all editable footer buttons.
>>>
>>>
>>> --
>>> *Harshal Dhumal*
>>> *Sr. Software Engineer*
>>>
>>> EnterpriseDB India: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>>
>>> On Thu, Jan 10, 2019 at 1:16 PM Harshal Dhumal <
>>> harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi,
>>>> This patch fixes Dialog tabset keyboard navigation.
>>>> This regression was caused due to bootstrap 4 changes.
>>>> Also I have added jasmine test cases for the same
>>>>
>>>>
>>>> --
>>>> *Harshal Dhumal*
>>>> *Sr. Software Engineer*
>>>>
>>>> EnterpriseDB India: http://www.enterprisedb.com
>>>> The Enterprise PostgreSQL Company
>>>>
>>>
>>
>> --
>> *Akshay Joshi*
>>
>> *Sr. Software Architect *
>>
>>
>>
>> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>>
>

--
*Akshay Joshi*

*Sr. Software Architect *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-22 11:06:06 pgAdmin 4 commit: Fixed keyboard navigation for Select2 and Privilege c
Previous Message Akshay Joshi 2019-01-22 10:58:40 pgAdmin 4 commit: Fixed keyboard navigation for dialog tabs. Fixes #386