Re: [pgAdmin4][Patch#2896] Add support for Tab/Shift Tab navigation in Query tool

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch#2896] Add support for Tab/Shift Tab navigation in Query tool
Date: 2018-01-25 12:27:57
Message-ID: CA+OCxozU6Ok-dUWB6Y+NtnGJ-yVfj9UUFNG7BjF5wHaRsxi6vA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Wed, Jan 24, 2018 at 1:18 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA patch to add keyboard navigation in Query tool module via
> Tab/Shift-Tab key.
> RM#2896
>
> Please review.
>
> *Note:*
> 1) Once the keyboard shortcut infrastructure is ready we will add generic
> shortcut to focus out from CodeMirror editor and set foucs to next element,
> Right now there is no way of doing this, For testing purpose you can
> manually focus out from CodeMirror and click on data output panel to
> continue navigate using Tab key.
> 2) As of now inner panel's are not getting focused on Tab/Shift-Tab keys
> but once RM#2895 <https://redmine.postgresql.org/issues/2895> patch gets
> committed it will start working automatically as it's inherited code which
> will add tabindex tag automatically on each newly created wcDocker panel.
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-25 12:37:20 pgAdmin 4 commit: Correct display of RE-SQL for partitioned tables in G
Previous Message Dave Page 2018-01-25 12:27:17 pgAdmin 4 commit: Add keyboard navigation in Query tool module via Tab/